Active Query Builder 2 .NET Edition reference
SkipInvalidValues Property



Determines whether the control should raise the "Invalid value" exception on reading the SQL property if unfilled or invalid conditions exist.
Syntax
'Declaration
 
Public Property SkipInvalidValues As System.Boolean
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.Boolean
 
instance.SkipInvalidValues = value
 
value = instance.SkipInvalidValues
public System.bool SkipInvalidValues {get; set;}
public: __property System.bool get_SkipInvalidValues();
public: __property void set_SkipInvalidValues( 
   System.bool value
);

Property Value

False to raise the exception; true otherwise.
Remarks
The IsValid method lets determine if the control has invalid or unfilled conditions.
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback