Method GetChars
|
Improve this Doc
View Source
GetChars(Int32, Int64, Char[], Int32, Int32)
Declaration
public override long GetChars(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length)
Parameters
Type |
Name |
Description |
System.Int32 |
ordinal |
|
System.Int64 |
dataOffset |
|
System.Char[] |
buffer |
|
System.Int32 |
bufferOffset |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Int64 |
|
Overrides
System.Data.Common.DbDataReader.GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)