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

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

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

Return Value

bool

See Also