Get the "property names" that may be used in a query.

Namespace:  NHibernate.UserTypes
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