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