What spaces (tables) are affected by this action?

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

Syntax

C#
string[] PropertySpaces { get; }
Visual Basic
ReadOnly Property PropertySpaces As String()
	Get
Visual C++
property array<String^>^ PropertySpaces {
	array<String^>^ get ();
}

See Also