|
ITableOperationsFieldHasAttributeTAttribute(String) Method
|
Determines if the specified field has an associated attribute.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax generic<typename TAttribute>
where TAttribute : Attribute
bool FieldHasAttribute(
String^ fieldName
)
JavaScript does not support generic types or methods.
View SourceParameters
- fieldName String
- Name of field to use for attribute lookup.
Type Parameters
- TAttribute
- Type of attribute to search for.
Return Value
Booleantrue if field has attribute; otherwise,
false.
See Also