Reads a long from a record in the field specified by idx

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public long ReadLong(
	int idx
)
Visual Basic
Public Function ReadLong ( _
	idx As Integer _
) As Long
Visual C++
public:
long long ReadLong(
	int idx
)

Parameters

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

Return Value

long

See Also