Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetBytes ( _ i As Integer, _ fieldOffset As Long, _ buffer As Byte(), _ bufferoffset As Integer, _ length As Integer _ ) As Long |
C# |
---|
public long GetBytes( int i, long fieldOffset, byte[] buffer, int bufferoffset, int length ) |
Visual C++ |
---|
public: virtual long long GetBytes( int i, long long fieldOffset, array<unsigned char>^ buffer, int bufferoffset, int length ) sealed |
JavaScript |
---|
function getBytes(i, fieldOffset, buffer, bufferoffset, length); |
Parameters
- i
- Type: System..::.Int32
- fieldOffset
- Type: System..::.Int64
- buffer
- Type: array<
System..::.Byte
>[]()[]
- bufferoffset
- Type: System..::.Int32
- length
- Type: System..::.Int32