Ensure the Types and Values are the same length.

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub ValidateParameters
C#
public void ValidateParameters()
Visual C++
public:
void ValidateParameters()
JavaScript
function validateParameters();

Exceptions

ExceptionCondition
NHibernate..::.QueryException If the Lengths of PositionalParameterTypes and PositionalParameterValues are not equal.

See Also