ResultTable Constructor (DataTable, ResultType, Int32, Int32, Boolean, Int32)
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Sub New ( _
resultTable As DataTable, _
resultType As ResultType, _
rowCount As Integer, _
totalRows As Integer, _
isTotalRowsExact As Boolean, _
timeZoneID As Integer _
)
'Usage
Dim resultTable As DataTable
Dim resultType As ResultType
Dim rowCount As Integer
Dim totalRows As Integer
Dim isTotalRowsExact As Boolean
Dim timeZoneID As Integer
Dim instance As New ResultTable(resultTable, _
resultType, rowCount, totalRows, _
isTotalRowsExact, timeZoneID)
public ResultTable(
DataTable resultTable,
ResultType resultType,
int rowCount,
int totalRows,
bool isTotalRowsExact,
int timeZoneID
)
Parameters
- resultTable
Type: System.Data.DataTable
- resultType
Type: Microsoft.SharePoint.Search.Query.ResultType
- rowCount
Type: System.Int32
- totalRows
Type: System.Int32
- isTotalRowsExact
Type: System.Boolean
- timeZoneID
Type: System.Int32