Share via


ResultTable constructor (DataTable, String, Int32, Int32, Boolean, Int32)

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub New ( _
    resultTable As DataTable, _
    tableType As String, _
    rowCount As Integer, _
    totalRows As Integer, _
    isTotalRowsExact As Boolean, _
    timeZoneID As Integer _
)
'Usage
Dim resultTable As DataTable
Dim tableType As String
Dim rowCount As Integer
Dim totalRows As Integer
Dim isTotalRowsExact As Boolean
Dim timeZoneID As Integer

Dim instance As New ResultTable(resultTable, _
    tableType, rowCount, totalRows, isTotalRowsExact, _
    timeZoneID)
[ObsoleteAttribute("This class is obsolete.")]
public ResultTable(
    DataTable resultTable,
    string tableType,
    int rowCount,
    int totalRows,
    bool isTotalRowsExact,
    int timeZoneID
)

Parameters

See also

Reference

ResultTable class

ResultTable members

ResultTable overload

Microsoft.SharePoint.Search.Query namespace