Gets a char value from the datareader.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public virtual char GetChar( int i ) |
Visual Basic |
---|
Public Overridable Function GetChar ( i As Integer ) As Char |
Parameters
- i
- Type: System..::..Int32
Ordinal column position of the value.
Return Value
Type: CharImplements
IDataRecord..::..GetChar(Int32)Remarks
Returns Char.MinValue for null.