Gets an ICollection of Column objects
that this value is stored in.
Namespace:
NHibernate.MappingAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property ColumnCollection As ICollection |
C# |
---|
ICollection ColumnCollection { get; } |
Visual C++ |
---|
property ICollection^ ColumnCollection { ICollection^ get (); } |
JavaScript |
---|
function get_columnCollection(); |