BusinessDataListWebPart.GetEntityInstance Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEntityInstance ( _
desiredView As View _
) As IEntityInstance
'Usage
Dim instance As BusinessDataListWebPart
Dim desiredView As View
Dim returnValue As IEntityInstance
returnValue = instance.GetEntityInstance(desiredView)
public IEntityInstance GetEntityInstance(
View desiredView
)
Parameters
- desiredView
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstance
Implements
IEntityInstanceProvider.GetEntityInstance(View)