Skip to main content

XPMemberInfo.IsIdentity Property

Gets whether the member is an auto-generated integer key.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public bool IsIdentity { get; }

Property Value

Type Description
Boolean

true if the member is an auto-generated integer key; otherwise, false.

See Also