Namespace:
NHibernate.Hql.Classic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsExpectingCollectionIndex As Boolean |
C# |
---|
public bool IsExpectingCollectionIndex { get; set; } |
Visual C++ |
---|
public: property bool IsExpectingCollectionIndex { bool get (); void set (bool value); } |
JavaScript |
---|
function get_isExpectingCollectionIndex(); function set_isExpectingCollectionIndex(value); |