Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Item ( _ index As Integer _ ) As IProjection |
C# |
---|
public IProjection Item[ int index ] { get; } |
Visual C++ |
---|
public: property IProjection^ Item[int index] { IProjection^ get (int index); } |
JavaScript |
---|
function get_item(index); |
Parameters
- index
- Type: System..::.Int32