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