Back to Devexpress

XPClassInfo.IdClass Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-2701ef3b.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPClassInfo IdClass { get; }
vb
Public ReadOnly Property IdClass As XPClassInfo

Property Value

TypeDescription
XPClassInfo

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

|

See Also

KeyProperty

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace