DimensionAttributeValueNamesTmp::updateDimAttrValueNamesTmpDesc Method
Updates the DimensionAttributeValueNamesTmp temp table records with values from the related backing entity.
Syntax
server private static void updateDimAttrValueNamesTmpDesc(
DimensionAttribute _dimAttribute,
DimensionAttributeValueNamesTmp dimensionAttributeValueNamesTmp,
UserConnection _userConnection)
Run On
Server
Parameters
- _dimAttribute
Type: DimensionAttribute Table
The DimensionAttribute table buffer.
- dimensionAttributeValueNamesTmp
Type: DimensionAttributeValueNamesTmp Table
The DimensionAttributeValueNamesTmp table buffer.
- _userConnection
Type: UserConnection Class
The user connection.