Share via


ItemQueryControl.GetEntity method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Return value

Type: Microsoft.SharePoint.WebControls.PickerEntity

See also

Reference

ItemQueryControl class

ItemQueryControl members

Microsoft.SharePoint.WebControls namespace