|
ITableOperationsFieldHasAttribute(String, Type) Method
|
Determines if the specified field has an associated attribute.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxabstract FieldHasAttribute :
fieldName : string *
attributeType : Type -> bool
function FieldHasAttribute(fieldName, attributeType);
View SourceParameters
- fieldName String
- Name of field to use for attribute lookup.
- attributeType Type
- Type of attribute to search for.
Return Value
Booleantrue if field has attribute; otherwise,
false.
Exceptions
See Also