DelayedAttribute(String, String, Boolean) Constructor
Initializes a new instance of the DelayedAttribute class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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. |
groupName | String | A String value that specifies the group’s name. This value is assigned to the DelayedAttribute.GroupName 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. |