ResultTable.GetData method
NOTE: This API is now obsolete.
Returns an IDataReader for the specified column.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function GetData ( _
i As Integer _
) As IDataReader
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As IDataReader
returnValue = instance.GetData(i)
[ObsoleteAttribute("This class is obsolete.")]
public IDataReader GetData(
int i
)
Parameters
i
Type: System.Int32The index of the column.
Return value
Type: System.Data.IDataReader
The value of the column.