[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.LiteralProcessor.ProcessConstant(NHibernate.Hql.Ast.ANTLR.Tree.SqlNode,System.Boolean)"]

Namespace: NHibernate.Hql.Ast.ANTLR.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void ProcessConstant(
	SqlNode constant,
	bool resolveIdent
)
Visual Basic
Public Sub ProcessConstant ( _
	constant As SqlNode, _
	resolveIdent As Boolean _
)
Visual C++
public:
void ProcessConstant(
	SqlNode^ constant, 
	bool resolveIdent
)

Parameters

constant
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..SqlNode

[Missing <param name="constant"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.LiteralProcessor.ProcessConstant(NHibernate.Hql.Ast.ANTLR.Tree.SqlNode,System.Boolean)"]

resolveIdent
Type: System..::..Boolean

[Missing <param name="resolveIdent"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Util.LiteralProcessor.ProcessConstant(NHibernate.Hql.Ast.ANTLR.Tree.SqlNode,System.Boolean)"]

See Also