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

Syntax

Visual Basic (Declaration)
Protected MustOverride Property CollectionSuffixes As String()
C#
protected abstract string[] CollectionSuffixes { get; set; }
Visual C++
protected:
virtual property array<String^>^ CollectionSuffixes {
	array<String^>^ get () abstract;
	void set (array<String^>^ value) abstract;
}
JavaScript
function get_collectionSuffixes();
function set_collectionSuffixes(value);

See Also