Namespace:
NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsCollection As Boolean |
C# |
---|
public bool IsCollection { get; } |
Visual C++ |
---|
public: virtual property bool IsCollection { bool get () sealed; } |
JavaScript |
---|
function get_isCollection(); |