Base:
method
GetChars
System.Data.Common.DbDataReader.GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)
Implemented interface member:
method
GetChars
System.Data.IDataRecord.GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)
1 override of GetChars
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
229public override long GetChars(int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length) {