2 implementations of GetChars
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (1)
158public abstract long GetChars(int ordinal, long dataOffset, char[]? buffer, int bufferOffset, int length);
System\Data\Common\DbDataRecord.cs (1)
27public abstract long GetChars(int i, long dataIndex, char[]? buffer, int bufferIndex, int length);