[Missing <summary> documentation for "P:NHibernate.Mapping.Table.SchemaActions"]

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

Syntax

C#
public SchemaAction SchemaActions { get; set; }
Visual Basic
Public Property SchemaActions As SchemaAction
	Get
	Set
Visual C++
public:
property SchemaAction SchemaActions {
	SchemaAction get ();
	void set (SchemaAction value);
}

See Also