Aliases tables and fields for Sql Statements.
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class Alias |
Visual Basic |
---|
Public Class Alias |
Visual C++ |
---|
public ref class Alias |
Remarks
Several methods of this class take an additional
Dialect parameter, while their Java counterparts
do not. The dialect is used to correctly quote and unquote identifiers.
Java versions do the quoting and unquoting themselves and fail to
consider dialect-specific rules, such as escaping closing brackets in
identifiers on MS SQL 2000.