|
ITableOperationsTryGetFieldAttribute(String, Type, Attribute) Method
|
Attempts to get the specified attributeType for a field.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax function TryGetFieldAttribute(fieldName, attributeType, attribute);
View SourceParameters
- 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.
Return Value
Booleantrue if attribute was found; otherwise,
false.
Exceptions See Also