Skip to main content
A newer version of this page is available. .

DelayedAttribute(String, Boolean) Constructor

Initializes a new instance of the DelayedAttribute class with the specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public DelayedAttribute(
    string fieldName,
    bool updateModifiedOnly
)

Parameters

Name Type Description
fieldName String

A String value which specifies the name of the field which stores the value of the delayed property. This value is assigned to the DelayedAttribute.FieldName property.

updateModifiedOnly Boolean

true if the delayed property’s value is sent to a data store for update only after it has been modified; otherwise, false. This value is assigned to the DelayedAttribute.UpdateModifiedOnly property.

See Also