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