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

GetChars() public abstract method

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