View.RelatedSpecificFinderName Property
Gets the name of the specific finder MethodInstance that this view is tied to.
Namespace: Microsoft.SharePoint.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RelatedSpecificFinderName As String
Get
'Usage
Dim instance As View
Dim value As String
value = instance.RelatedSpecificFinderName
public string RelatedSpecificFinderName { get; }
Property Value
Type: System.String
The name of the specific finder MethodInstance that this view is tied to.
Implements
IView.RelatedSpecificFinderName
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 null.