IView.Verify Method
Verifies whether the given dot notation maps to a TypeDescriptor object on this view.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function Verify ( _
fieldDotNotation As String _
) As Boolean
'Usage
Dim instance As IView
Dim fieldDotNotation As String
Dim returnValue As Boolean
returnValue = instance.Verify(fieldDotNotation)
bool Verify(
string fieldDotNotation
)
Parameters
fieldDotNotation
Type: System.StringThe given dot notation.
Return Value
Type: System.Boolean
true if the given dot notation maps to a type descriptor on this view; otherwise, false.
Remarks
For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.