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

XPClassInfo.IdClass Property

Gets the metadata information for the persistent class which provides the key value for the current object.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPClassInfo IdClass { get; }

Property Value

Type Description
XPClassInfo

An XPClassInfo object that contains metadata information for the persistent class which provides the key value for the current object.

See Also