Ensure the Types and Values are the same length.
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub ValidateParameters |
C# |
---|
public void ValidateParameters() |
Visual C++ |
---|
public: void ValidateParameters() |
JavaScript |
---|
function validateParameters(); |
Exceptions
Exception | Condition |
---|---|
NHibernate..::.QueryException | If the Lengths of PositionalParameterTypes and PositionalParameterValues are not equal. |