Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetSuffixedPropertyAliases ( _ persister As ILoadable _ ) As String()() |
C# |
---|
public string[][] GetSuffixedPropertyAliases( ILoadable persister ) |
Visual C++ |
---|
public: virtual array<array<String^>^>^ GetSuffixedPropertyAliases( ILoadable^ persister ) sealed |
JavaScript |
---|
function getSuffixedPropertyAliases(persister); |
Parameters
- persister
- Type: NHibernate.Persister.Entity..::.ILoadable