Gets an ICollection of Column objects that are part of the constraint.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ColumnCollection As ICollection |
C# |
---|
public ICollection ColumnCollection { get; } |
Visual C++ |
---|
public: property ICollection^ ColumnCollection { ICollection^ get (); } |
JavaScript |
---|
function get_columnCollection(); |