NotClonedInfoAttribute(String) Constructor
Initializes a new instance of the NotClonedInfoAttribute class with the specified NotClonedInfoAttribute.MemberName property’s value.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
memberName | String | A string holding the name of the target business class’ property whose value cannot be cloned. This parameter value is assigned to the NotClonedInfoAttribute.MemberName property. |
See Also