FieldInfo.IsIdentity property
Gets or sets a value indicating whether the field is an identity column.
public bool IsIdentity { get; set; }
Property Value
true if identity; otherwise, false.
See Also
- class FieldInfo
Gets or sets a value indicating whether the field is an identity column.
public bool IsIdentity { get; set; }
true if identity; otherwise, false.