Sdílet prostřednictvím


EntityQueryControl.IssueQuery method (String, String, Int32, Int32)

This member overrides PickerQueryControlBase.IssueQuery(String, String, Int32, Int32).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function IssueQuery ( _
    search As String, _
    groupName As String, _
    pageIndex As Integer, _
    pageSize As Integer _
) As Integer
'Usage
Dim search As String
Dim groupName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer

returnValue = Me.IssueQuery(search, _
    groupName, pageIndex, pageSize)
protected override int IssueQuery(
    string search,
    string groupName,
    int pageIndex,
    int pageSize
)

Parameters

Return value

Type: System.Int32

See also

Reference

EntityQueryControl class

EntityQueryControl members

IssueQuery overload

Microsoft.SharePoint.WebControls namespace