System.Data.Common.DbDataRecord.GetBytes C# (CSharp) Method

GetBytes() public abstract method

public abstract GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer byte
bufferIndex int
length int
return long
        public abstract long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length);