Namespace:  NHibernate.Hql.Classic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Property Suffixes As String()
C#
protected override string[] Suffixes { get; set; }
Visual C++
protected:
virtual property array<String^>^ Suffixes {
	array<String^>^ get () override;
	void set (array<String^>^ value) override;
}
JavaScript
function get_suffixes();
function set_suffixes(value);

See Also