FieldInfo.IsIdentity property

namespace: Serenity.Data.Schema   assemblySerenity.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