: DataResultBase.IssueQuery (Método) (Microsoft.SharePoint.Portal.WebControls)
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Overridable Function IssueQuery ( _
strQuery As String, _
startRowIndex As Integer, _
endRowIndex As Integer _
) As Object
'Uso
Dim strQuery As String
Dim startRowIndex As Integer
Dim endRowIndex As Integer
Dim returnValue As Object
returnValue = Me.IssueQuery(strQuery, startRowIndex, endRowIndex)
protected virtual Object IssueQuery (
string strQuery,
int startRowIndex,
int endRowIndex
)
Parámetros
- strQuery
- startRowIndex
- endRowIndex
Vea también
Referencia
DataResultBase (Clase)
DataResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)