Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CurrentPersister As ICollectionPersister |
C# |
---|
public ICollectionPersister CurrentPersister { get; set; } |
Visual C++ |
---|
public: property ICollectionPersister^ CurrentPersister { ICollectionPersister^ get (); void set (ICollectionPersister^ value); } |
JavaScript |
---|
function get_currentPersister(); function set_currentPersister(value); |