IModelClass.FriendlyKeyProperty Property
Specifies the property that is considered an analog of the BaseObject.Oid property, to use more suitable values.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | A string specifying the property that is considered an analog of the Oid property, to use more suitable values. |
Remarks
By default, this property is set to the BaseObject node’s FriendlyKeyProperty property value.
For details, see the FriendlyKeyProperty in the Data Annotations in Data Model topic.
See Also