Share via


ChoiceQueryControl.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 ChoiceQueryControl
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

ChoiceQueryControl Class

ChoiceQueryControl Members

Microsoft.SharePoint.Portal.WebControls Namespace