Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function GenerateTableAlias ( _ n As Integer, _ path As String, _ joinable As IJoinable _ ) As String |
C# |
---|
protected virtual string GenerateTableAlias( int n, string path, IJoinable joinable ) |
Visual C++ |
---|
protected: virtual String^ GenerateTableAlias( int n, String^ path, IJoinable^ joinable ) |
JavaScript |
---|
function generateTableAlias(n, path, joinable); |
Parameters
- n
- Type: System..::.Int32
- path
- Type: System..::.String
- joinable
- Type: NHibernate.Persister.Entity..::.IJoinable