[Missing <summary> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

Namespace: NHibernate.Driver
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public long GetChars(
	int i,
	long fieldoffset,
	char[] buffer,
	int bufferoffset,
	int length
)
Visual Basic
Public Function GetChars ( _
	i As Integer, _
	fieldoffset As Long, _
	buffer As Char(), _
	bufferoffset As Integer, _
	length As Integer _
) As Long
Visual C++
public:
virtual long long GetChars(
	int i, 
	long long fieldoffset, 
	array<wchar_t>^ buffer, 
	int bufferoffset, 
	int length
) sealed

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

fieldoffset
Type: System..::..Int64

[Missing <param name="fieldoffset"/> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

buffer
Type: array<System..::..Char>[]()[][]

[Missing <param name="buffer"/> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

bufferoffset
Type: System..::..Int32

[Missing <param name="bufferoffset"/> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

length
Type: System..::..Int32

[Missing <param name="length"/> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Driver.BatcherDataReaderWrapper.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)"]

Implements

IDataRecord..::..GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32)

See Also