Share via


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

    The name of the MethodInstance object.

Return Value

Type: Microsoft.BusinessData.MetadataModel.IView
The View for the given BulkSpecificFinder.

See Also

Reference

IEntity Interface

IEntity Members

Microsoft.BusinessData.MetadataModel Namespace