2 implementations of GetBytes
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (1)
154
public abstract long
GetBytes
(int ordinal, long dataOffset, byte[]? buffer, int bufferOffset, int length);
System\Data\Common\DbDataRecord.cs (1)
23
public abstract long
GetBytes
(int i, long dataIndex, byte[]? buffer, int bufferIndex, int length);