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

Namespace: NHibernate.UserTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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