The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EntityDataReader::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 dataIndex, into the buffer, starting at the location indicated by bufferIndex.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: virtual long long GetChars( int ordinal, long long dataOffset, array<wchar_t>^ buffer, int bufferOffset, int length ) override
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: