Generates the collection's element column aliases, based on the given
suffix.
Namespace: NHibernate.Persister.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
string[] GetElementColumnAliases( string suffix ) |
| Visual Basic |
|---|
Function GetElementColumnAliases ( _ suffix As String _ ) As String() |
| Visual C++ |
|---|
array<String^>^ GetElementColumnAliases( String^ suffix ) |
Parameters
- suffix
- Type: System..::..String
The suffix to use in the element column alias generation.