ResultTable.GetName method
Returns the name for the specified column.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetName ( _
i As Integer _
) As String
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As String
returnValue = instance.GetName(i)
public string GetName(
int i
)
Parameters
i
Type: System.Int32The index of the column.
Return value
Type: System.String
The column name.