The syntax used to add a column to a table. Note this is deprecated

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual string AddColumnString { get; }
Visual Basic
Public Overridable ReadOnly Property AddColumnString As String
	Get
Visual C++
public:
virtual property String^ AddColumnString {
	String^ get ();
}

See Also