The names of the class' persistent properties

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

Syntax

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

See Also