The names of the class' persistent properties

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

Syntax

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

See Also