Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to
its owner).
Namespace: NHibernate.Loader.CustomAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public string[] SuffixedKeyAliases { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SuffixedKeyAliases As String() Get |
| Visual C++ |
|---|
public: virtual property array<String^>^ SuffixedKeyAliases { array<String^>^ get () sealed; } |