Reads a Decimal value from a record in the field specified by idx

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public decimal ReadDecimal(
	int idx
)
Visual Basic
Public Function ReadDecimal ( _
	idx As Integer _
) As Decimal
Visual C++
public:
Decimal ReadDecimal(
	int idx
)

Parameters

idx
Type: System..::..Int32
Column offset in result set

Return Value

decimal

See Also