SPListDataSource.GetEntity method

Retrieves the external content type backing the external list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetEntity As IEntity
'Usage
Dim instance As SPListDataSource
Dim returnValue As IEntity

returnValue = instance.GetEntity()
public IEntity GetEntity()

Return value

Type: Microsoft.BusinessData.MetadataModel.IEntity
External content type

See also

Reference

SPListDataSource class

SPListDataSource members

Microsoft.SharePoint namespace