Click or drag to resize

TableOperationsTGetFieldType Method

Gets the Type for the specified field.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public Type GetFieldType(
	string fieldName
)
View Source

Parameters

fieldName  String
Field name to retrieve.

Return Value

Type
Field Type or null if field is not found.

Implements

ITableOperationsGetFieldType(String)
See Also