isServerGenerated property
bool
get
isServerGenerated
Whether the server, not the application, produces this column's value.
Implementation
bool get isServerGenerated => isIdentity || isComputed || isRowVersion;