DataResultBase.IssueQuery, méthode (Microsoft.SharePoint.Portal.WebControls)
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Protected Overridable Function IssueQuery ( _
strQuery As String, _
startRowIndex As Integer, _
endRowIndex As Integer _
) As Object
'Utilisation
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
)
Paramètres
- strQuery
- startRowIndex
- endRowIndex
Voir aussi
Référence
DataResultBase, classe
Membres DataResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms