Share via


View.Verify Method

Determines whether the specified field exists in this view.

Namespace:  Microsoft.SharePoint.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function Verify ( _
    fieldDotNotation As String _
) As Boolean
'Usage
Dim instance As View
Dim fieldDotNotation As String
Dim returnValue As Boolean

returnValue = instance.Verify(fieldDotNotation)
public bool Verify(
    string fieldDotNotation
)

Parameters

  • fieldDotNotation
    Type: System.String

    The field name in dot notation.

Return Value

Type: System.Boolean
true if the field exists; otherwise, false.

Implements

IView.Verify(String)

Remarks

For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.

See Also

Reference

View Class

View Members

Microsoft.SharePoint.BusinessData.MetadataModel Namespace