Determines whether the control should raise the "Invalid value" exception on reading the SQL property if unfilled or invalid conditions exist.
'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.