C# 클래스 PRI.ProductivityExtensions.IDataRecordExtensions.IDataRecordable

Class that contains extension methods that extend IDataRecord
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
GetBytes ( this idatarecord, Int32 i, System.Int64 fieldOffset, Byte buffer ) : System.Int64

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

GetChars ( this idatarecord, Int32 i, System.Int64 fieldoffset, Char buffer ) : System.Int64

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

메소드 상세

GetBytes() 공개 정적인 메소드

Extends GetBytes so that buffer offset of 0 and call to Array.Length are not needed. idatarecord.GetBytes(i, fieldOffset, buffer);
public static GetBytes ( this idatarecord, Int32 i, System.Int64 fieldOffset, Byte buffer ) : System.Int64
idatarecord this
i System.Int32
fieldOffset System.Int64
buffer Byte
리턴 System.Int64

GetChars() 공개 정적인 메소드

Extends GetChars so that buffer offset of 0 and call to Array.Length are not needed. idatarecord.GetChars(i, fieldoffset, buffer);
public static GetChars ( this idatarecord, Int32 i, System.Int64 fieldoffset, Char buffer ) : System.Int64
idatarecord this
i System.Int32
fieldoffset System.Int64
buffer Char
리턴 System.Int64