[Missing <summary> documentation for "P:NHibernate.Loader.DefaultEntityAliases.SuffixedPropertyAliases"]

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

Syntax

C#
public string[][] SuffixedPropertyAliases { get; }
Visual Basic
Public ReadOnly Property SuffixedPropertyAliases As String()()
	Get
Visual C++
public:
virtual property array<array<String^>^>^ SuffixedPropertyAliases {
	array<array<String^>^>^ get () sealed;
}

Implements

IEntityAliases..::..SuffixedPropertyAliases

See Also