Namespace:
NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function GenerateSelectFragment ( _ alias As String, _ columnSuffix As String _ ) As SelectFragment |
C# |
---|
protected virtual SelectFragment GenerateSelectFragment( string alias, string columnSuffix ) |
Visual C++ |
---|
protected: virtual SelectFragment^ GenerateSelectFragment( String^ alias, String^ columnSuffix ) |
JavaScript |
---|
function generateSelectFragment(alias, columnSuffix); |