FieldInfo.IsIdentity property
namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
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