C# Class NHibernate.Hql.Ast.HqlConstant

Inheritance: HqlExpression
Exibir arquivo Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
HqlConstant ( IASTFactory factory, int type, string value ) : System

Method Details

HqlConstant() public method

public HqlConstant ( IASTFactory factory, int type, string value ) : System
factory IASTFactory
type int
value string
return System