Share via


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

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)
Available in Sandboxed Solutions: No

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