Skip to main content
.NET 6.0+

DelayedAttribute(Boolean) Constructor

Initializes a new instance of the DelayedAttribute class with a setting indicating whether all or only modified property values are sent for update to a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DelayedAttribute(
    bool updateModifiedOnly
)

Parameters

Name Type Description
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