GetChar Method (VistaDBDataReader)
Gets the value of the specified column as a single character.
Syntax
'Declaration Public Overrides NotOverridable Function GetChar( _ ByVal ordinal As System.Integer _ ) As System.Char
'Usage Dim instance As VistaDBDataReader Dim ordinal As System.Integer Dim value As System.Char value = instance.GetChar(ordinal)
public override System.char GetChar( System.int ordinal )
public function GetChar( ordinal: System.Integer ): System.Char; override;
public override function GetChar( ordinal : System.int ) : System.char;
public: System.char GetChar( System.int ordinal ) override
public: System.char GetChar( System.int ordinal ) override
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also