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