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.StringThe 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