Click or drag to resize

TableOperationsTTryGetFieldAttributeTAttribute(String, TAttribute) Method

Attempts to get the specified attribute for a field.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public bool TryGetFieldAttribute<TAttribute>(
	string fieldName,
	out TAttribute attribute
)
where TAttribute : Attribute
View Source

Parameters

fieldName  String
Name of field to use for attribute lookup.
attribute  TAttribute
Attribute that was found, if any.

Type Parameters

TAttribute
Type of attribute to attempt to get.

Return Value

Boolean
true if attribute was found; otherwise, false.

Implements

ITableOperationsTryGetFieldAttributeTAttribute(String, TAttribute)
See Also