Share via


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.

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace