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#
public string[] PropertySpaces { get; }
Visual Basic
Public ReadOnly Property PropertySpaces As String()
	Get
Visual C++
public:
virtual property array<String^>^ PropertySpaces {
	array<String^>^ get () sealed;
}

Implements

IExecutable..::..PropertySpaces

See Also