Namespace:
NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Parts As ICollection |
C# |
---|
public ICollection Parts { get; } |
Visual C++ |
---|
public: property ICollection^ Parts { ICollection^ get (); } |
JavaScript |
---|
function get_parts(); |