Share via


IView.RelatedSpecificFinderName Property

Retrieves the name of the specific finder MethodInstance that this view is tied to.

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

Syntax

'Declaration
ReadOnly Property RelatedSpecificFinderName As String
    Get
'Usage
Dim instance As IView
Dim value As String

value = instance.RelatedSpecificFinderName
string RelatedSpecificFinderName { get; }

Property Value

Type: System.String
The name of the specific finder MethodInstance.

Remarks

The Business Data Connectivity (BDC) service calculates this value based on the set of fields that the view contains. The specific finder’s view would contain all the fields defined in this view.

If the view contains a set of fields that is not completely addressed by any of the specific finders in the external content type, this property returns a null reference (Nothing in Visual Basic).

See Also

Reference

IView Interface

IView Members

Microsoft.BusinessData.MetadataModel Namespace