Share via


DimensionAttributeSet::findByHashAndBaseEnumType Method

Finds the specified record in the DimensionAttributeSet table.

Syntax

client server public static DimensionAttributeSet findByHashAndBaseEnumType(
    DimensionSHA1Hash _hash, 
    FieldId _baseEnumType, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: DimensionAttributeSet Table
A record in the DimensionAttributeSet table; otherwise, an empty record.

See Also

Reference

DimensionAttributeSet Table