Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property SuffixedPropertyAliases As String()() |
C# |
---|
public string[][] SuffixedPropertyAliases { get; } |
Visual C++ |
---|
public: virtual property array<array<String^>^>^ SuffixedPropertyAliases { array<array<String^>^>^ get () sealed; } |
JavaScript |
---|
function get_suffixedPropertyAliases(); |