IEntity.GetFinderView Method
Gets the View for the given Finder.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetFinderView ( _
methodInstanceName As String _
) As IView
'Usage
Dim instance As IEntity
Dim methodInstanceName As String
Dim returnValue As IView
returnValue = instance.GetFinderView(methodInstanceName)
IView GetFinderView(
string methodInstanceName
)
Parameters
methodInstanceName
Type: System.StringThe name of the Finder .
Return Value
Type: Microsoft.BusinessData.MetadataModel.IView
The View of the Finder.
Examples
Code Snippet: Execute a Finder Method Instance of an External Content Type
Code Snippet: Execute an Updater Method Instance of an External Content Type
Code Snippet: Enumerate Items of an External Content Type in the Client Cache