Initializes a new instance of the HqlConstant class
Namespace: NHibernate.Hql.AstAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public HqlConstant( IASTFactory factory, int type, string value ) |
Visual Basic |
---|
Public Sub New ( _ factory As IASTFactory, _ type As Integer, _ value As String _ ) |
Visual C++ |
---|
public: HqlConstant( IASTFactory^ factory, int type, String^ value ) |
Parameters
- factory
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTFactory
[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.HqlConstant.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.Int32,System.String)"]
- type
- Type: System..::..Int32
[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.HqlConstant.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.Int32,System.String)"]
- value
- Type: System..::..String
[Missing <param name="value"/> documentation for "M:NHibernate.Hql.Ast.HqlConstant.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,System.Int32,System.String)"]