CalculateRollupFieldResponse.Entity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an entity that contains the attributes relevant to the calculated rollup column.
public:
property Microsoft::Xrm::Sdk::Entity ^ Entity { Microsoft::Xrm::Sdk::Entity ^ get(); };
public Microsoft.Xrm.Sdk.Entity Entity { get; }
member this.Entity : Microsoft.Xrm.Sdk.Entity
Public ReadOnly Property Entity As Entity
Property Value
An entity that contains the attributes relevant to the calculated rollup column.
Remarks
This entity will contain three attributes that are returned in this entity instance.
Attribute Name
Type
Description
Attribute Name | Type | Description |
---|---|---|
<column SchemaName> | Depends on the type of attribute | The rollup attribute value. |
<column SchemaName>_Date | System.DateTime | When the rollup was last calculated. |
<column SchemaName>_State | System.Int32 | The state of the rollup calculation. See Rollup state values for information on the possible state values. |