Entity.HasSpecificFinder Method

Checks whether the external content type has a Read Item.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.Client Namespace