Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the specified field.
Namespace: Microsoft.SharePoint.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.StringThe 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.