Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public NotClonedInfoAttribute(
    string memberName
)

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