DbDataReader::GetChars Method (Int32, Int64, array<Char>^, Int32, Int32)
.NET Framework (current version)
Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset.
Assembly: System.Data (in System.Data.dll)
public: virtual long long GetChars( int ordinal, long long dataOffset, array<wchar_t>^ buffer, int bufferOffset, int length ) abstract
Parameters
- ordinal
-
Type:
System::Int32
The zero-based column ordinal.
- dataOffset
-
Type:
System::Int64
The index within the row from which to begin the read operation.
- buffer
-
Type:
array<System::Char>^
The buffer into which to copy the data.
- bufferOffset
-
Type:
System::Int32
The index with the buffer to which the data will be copied.
- length
-
Type:
System::Int32
The maximum number of characters to read.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: