Entity.HasSpecificFinder Method
Checks whether the external content type has a Read Item.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function HasSpecificFinder As Boolean
'Usage
Dim instance As Entity
Dim returnValue As Boolean
returnValue = instance.HasSpecificFinder()
public bool HasSpecificFinder()
Return Value
Type: System.Boolean
true if the external content type has a Read Item; otherwise, false.