[Missing <summary> documentation for "M:NHibernate.Hql.Ast.HqlTreeNodeExtensions.AsBooleanExpression(NHibernate.Hql.Ast.HqlTreeNode)"]

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

Syntax

C#
public static HqlBooleanExpression AsBooleanExpression(
	this HqlTreeNode node
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function AsBooleanExpression ( _
	node As HqlTreeNode _
) As HqlBooleanExpression
Visual C++
[ExtensionAttribute]
public:
static HqlBooleanExpression^ AsBooleanExpression(
	HqlTreeNode^ node
)

Parameters

node
Type: NHibernate.Hql.Ast..::..HqlTreeNode

[Missing <param name="node"/> documentation for "M:NHibernate.Hql.Ast.HqlTreeNodeExtensions.AsBooleanExpression(NHibernate.Hql.Ast.HqlTreeNode)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.HqlTreeNodeExtensions.AsBooleanExpression(NHibernate.Hql.Ast.HqlTreeNode)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HqlTreeNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also