IEntity.GetBulkSpecificFinderView Method
Gets the View for the given BulkSpecificFinder.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetBulkSpecificFinderView ( _
methodInstanceName As String _
) As IView
'Usage
Dim instance As IEntity
Dim methodInstanceName As String
Dim returnValue As IView
returnValue = instance.GetBulkSpecificFinderView(methodInstanceName)
IView GetBulkSpecificFinderView(
string methodInstanceName
)
Parameters
methodInstanceName
Type: System.StringThe name of the MethodInstance object.
Return Value
Type: Microsoft.BusinessData.MetadataModel.IView
The View for the given BulkSpecificFinder.