FriendlyKeyPropertyAttribute.MemberName Property
Indicates the persistent property which the system uses as an identifier-like property.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | A string that represents the name of an identifier-like persistent property. |
Remarks
You can change the property name, which is specified in code, via the BOModel | <Class> node’s IModelClass.FriendlyKeyProperty property in the Model Editor.
See Also