Skip to main content
A newer version of this page is available. .

XPMemberInfo.IsIdentity Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.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