Share via


IEntity.GetSpecificFinderView Method

Gets the View for the given SpecificFinder.

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

Syntax

'Declaration
Function GetSpecificFinderView ( _
    methodInstanceName As String _
) As IView
'Usage
Dim instance As IEntity
Dim methodInstanceName As String
Dim returnValue As IView

returnValue = instance.GetSpecificFinderView(methodInstanceName)
IView GetSpecificFinderView(
    string methodInstanceName
)

Parameters

  • methodInstanceName
    Type: System.String

    The name of the SpecificFinder.

Return Value

Type: Microsoft.BusinessData.MetadataModel.IView
The View for the SpecificFinder.

Examples

Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache

See Also

Reference

IEntity Interface

IEntity Members

Microsoft.BusinessData.MetadataModel Namespace