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