Share via


IEntityInstance.RelatedSpecificFinderName Property

Gets the name of the specific finder this External Item is related to.

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

Syntax

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

value = instance.RelatedSpecificFinderName
string RelatedSpecificFinderName { get; }

Property Value

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

Remarks

The related specific finder is calculated automatically based on the view of the External Item and the views of the available specific finder method instances for the entity. The value will be the name of the specific finder if this External Item is obtained by invoking a specific finder. Otherwise, the value will be the name of the specific finder which has the highest number of fields in the view and contains all the fields of the view of this External Item. If a specific finder is not found with the given criteria, this property will return a null reference (Nothing in Visual Basic).

See Also

Reference

IEntityInstance Interface

IEntityInstance Members

Microsoft.BusinessData.Runtime Namespace