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

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

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

Return Value

int

See Also