EntityQueryControl.GetEntity 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 Overrides Function GetEntity ( _
dataRow As DataRow _
) As PickerEntity
'Usage
Dim instance As EntityQueryControl
Dim dataRow As DataRow
Dim returnValue As PickerEntity
returnValue = instance.GetEntity(dataRow)
public override PickerEntity GetEntity(
DataRow dataRow
)
Parameters
- dataRow
Type: System.Data.DataRow
..
Return Value
Type: Microsoft.SharePoint.WebControls.PickerEntity