Namespace:
NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AddTableAlias ( _ alias As String _ ) As ForUpdateFragment |
C# |
---|
public ForUpdateFragment AddTableAlias( string alias ) |
Visual C++ |
---|
public: ForUpdateFragment^ AddTableAlias( String^ alias ) |
JavaScript |
---|
function addTableAlias(alias); |
Parameters
- alias
- Type: System..::.String