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

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public char ReadChar(
	int idx
)
Visual Basic
Public Function ReadChar ( _
	idx As Integer _
) As Char
Visual C++
public:
wchar_t ReadChar(
	int idx
)

Parameters

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

Return Value

char

See Also