Gets or Sets the element at the index

Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property Item ( _
	index As Integer _
) As Object
C#
public Object Item[
	int index
] { get; set; }
Visual C++
public:
property Object^ Item[int index] {
	Object^ get (int index);
	void set (int index, Object^ value);
}
JavaScript
function get_item(index);
function set_item(value);

Parameters

index
Type: System..::.Int32

Field Value

Returns a string or Parameter.

Remarks