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)
2582long bufferLength = record.GetChars(ordinal, 0, null, 0, 0); 26070 != ( charsRead = record.GetChars( ordinal, currentOffset, buffer, 0, chunkSize ) ) &&