ITableOperationsTryGetFieldAttribute(String, Type, Attribute) Method
Attempts to get the specified attributeType for a field.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.169 -- Release Build+adcc694938ddb0c37a2b1414eab017f00bb57688
function TryGetFieldAttribute(fieldName, attributeType, attribute);
- fieldName String
- Name of field to use for attribute lookup.
- attributeType Type
- Type of attribute to attempt to get.
- attribute Attribute
- Attribute that was found, if any.
Booleantrue if attribute was found; otherwise,
false.