|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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