C# Class NHibernate.Hql.Ast.HqlDirectionStatement

Inheritance: HqlStatement
Show file Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
HqlDirectionStatement ( int type, string text, IASTFactory factory ) : System

Method Details

HqlDirectionStatement() public method

public HqlDirectionStatement ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
return System