Implemented interface member:
method
GetChars
System.Data.IDataRecord.GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)
2 references to GetChars
System.Data (2)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
2582
long bufferLength = record.
GetChars
(ordinal, 0, null, 0, 0);
2607
0 != ( charsRead = record.
GetChars
( ordinal, currentOffset, buffer, 0, chunkSize ) ) &&