XPClassInfo.IdClass Property
In This Article
Gets the metadata information for the persistent class which provides the key value for the current object.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPClassInfo IdClass { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also