Click or drag to resize

ITableOperationsTryGetFieldAttribute(String, Type, Attribute) Method

Attempts to get the specified attributeType for a field.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
bool TryGetFieldAttribute(
	string fieldName,
	Type attributeType,
	out Attribute attribute
)
View Source

Parameters

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

Boolean
true if attribute was found; otherwise, false.
Exceptions
ExceptionCondition
ArgumentExceptionattributeType is not an Attribute.
See Also