ITableOperationsGetFieldType Method
Gets the
Type for the specified field.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.169 -- Release Build+adcc694938ddb0c37a2b1414eab017f00bb57688
Function GetFieldType (
fieldName As String
) As Type
function GetFieldType(fieldName);
- fieldName String
- Field name to retrieve.
TypeField
Type or
null if field is not found.