Skip to main content

XPClassInfo.KeyProperty Property

Gets information on the key property or key field.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPMemberInfo KeyProperty { get; }

Property Value

Type Description
XPMemberInfo

An XPMemberInfo object which provides information about the key property or key field. If null (Nothing in Visual Basic) a KeyPropertyAbsentException is thrown.

Remarks

Use this property to retrieve information on the member which provides key values for unique identification of the persistent objects within the collection.

See the Microsoft .NET Framework Documentation and Microsoft SQL Server Guide in order to learn more about relational databases.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the KeyProperty property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also