ResultTable.GetDecimal method

Returns the fixed-position numeric value 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 GetDecimal ( _
    i As Integer _
) As Decimal
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Decimal

returnValue = instance.GetDecimal(i)
public decimal GetDecimal(
    int i
)

Parameters

Return value

Type: System.Decimal
The value of the column.

Implements

IDataRecord.GetDecimal(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace