Back to Devexpress

XPDictionary.GetId(Object) Method

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-dot-getid-x28-system-dot-object-x29.md

latest1.3 KB
Original Source

XPDictionary.GetId(Object) Method

Gets the value of the specified object’s key property.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public object GetId(
    object obj
)
vb
Public Function GetId(
    obj As Object
) As Object

Parameters

NameTypeDescription
objObject

An object which represents the persistent object.

|

Returns

TypeDescription
Object

An object which represents the value of the obj‘s key property.

|

See Also

GetId(Object)

XPDictionary Class

XPDictionary Members

DevExpress.Xpo.Metadata Namespace