Active Query Builder 2 .NET Edition reference
CriteriaBuilderError Event



Occurs when data received from the client can not be successfully applied to the QueryTransformer.
Syntax
'Declaration
 
Public Event CriteriaBuilderError As CriteriaBuilderErrorEventHandler
'Usage
 
Dim instance As CriteriaBuilder
Dim handler As CriteriaBuilderErrorEventHandler
 
AddHandler instance.CriteriaBuilderError, handler
public event CriteriaBuilderErrorEventHandler CriteriaBuilderError
public: __event CriteriaBuilderErrorEventHandler* CriteriaBuilderError
Remarks
This must be rare situation, as the user data validation is performed on the client side before sending data to the server.
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback