[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.BinaryLogicOperatorNode.MutateRowValueConstructorSyntaxesIfNecessary(NHibernate.Type.IType,NHibernate.Type.IType)"]

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

Syntax

C#
protected void MutateRowValueConstructorSyntaxesIfNecessary(
	IType lhsType,
	IType rhsType
)
Visual Basic
Protected Sub MutateRowValueConstructorSyntaxesIfNecessary ( _
	lhsType As IType, _
	rhsType As IType _
)
Visual C++
protected:
void MutateRowValueConstructorSyntaxesIfNecessary(
	IType^ lhsType, 
	IType^ rhsType
)

Parameters

lhsType
Type: NHibernate.Type..::..IType

[Missing <param name="lhsType"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.BinaryLogicOperatorNode.MutateRowValueConstructorSyntaxesIfNecessary(NHibernate.Type.IType,NHibernate.Type.IType)"]

rhsType
Type: NHibernate.Type..::..IType

[Missing <param name="rhsType"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.BinaryLogicOperatorNode.MutateRowValueConstructorSyntaxesIfNecessary(NHibernate.Type.IType,NHibernate.Type.IType)"]

See Also