Initializes a new instance of the Alias class
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Alias( int length, string suffix ) |
Visual Basic |
---|
Public Sub New ( _ length As Integer, _ suffix As String _ ) |
Visual C++ |
---|
public: Alias( int length, String^ suffix ) |
Parameters
- length
- Type: System..::..Int32
[Missing <param name="length"/> documentation for "M:NHibernate.SqlCommand.Alias.#ctor(System.Int32,System.String)"]
- suffix
- Type: System..::..String
[Missing <param name="suffix"/> documentation for "M:NHibernate.SqlCommand.Alias.#ctor(System.Int32,System.String)"]