C# Класс PRI.ProductivityExtensions.DbDataRecordExtensions.DbDataRecordable

Class that contains extension methods that extend DbDataRecord
Показать файл Открыть проект

Открытые методы

Метод Описание
GetBytes ( this dbdatarecord, Int32 i, System.Int64 dataIndex, Byte buffer ) : System.Int64

Extends GetBytes so that buffer offset of 0 and call to Array.Length are not needed. dbdatarecord.GetBytes(i, dataIndex, buffer);

GetChars ( this dbdatarecord, Int32 i, System.Int64 dataIndex, Char buffer ) : System.Int64

Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed. dbdatarecord.GetChars(i, dataIndex, buffer);

Описание методов

GetBytes() публичный статический Метод

Extends GetBytes so that buffer offset of 0 and call to Array.Length are not needed. dbdatarecord.GetBytes(i, dataIndex, buffer);
public static GetBytes ( this dbdatarecord, Int32 i, System.Int64 dataIndex, Byte buffer ) : System.Int64
dbdatarecord this
i System.Int32
dataIndex System.Int64
buffer Byte
Результат System.Int64

GetChars() публичный статический Метод

Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed. dbdatarecord.GetChars(i, dataIndex, buffer);
public static GetChars ( this dbdatarecord, Int32 i, System.Int64 dataIndex, Char buffer ) : System.Int64
dbdatarecord this
i System.Int32
dataIndex System.Int64
buffer Char
Результат System.Int64