View.GetType Method
Gets the type of the specified field.
Namespace: Microsoft.Office.BusinessData.MetadataModel
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Function GetType ( _
fieldDotNotation As String _
) As Type
'Usage
Dim instance As View
Dim fieldDotNotation As String
Dim returnValue As Type
returnValue = instance.GetType(fieldDotNotation)
public Type GetType(
string fieldDotNotation
)
Parameters
- fieldDotNotation
Type: System.String
The field name in dot notation.
Return Value
Type: System.Type
The type of the specified field.
Implements
Remarks
For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.