DataColumn.PerformValidations Method | |
Perform all the validations defined to this data column's field specification (for example, required, maximum and minimum digits, maximum and minimum value, validation rule) and return the result of the test.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PerformValidations() AS USUAL
public virtual Usual PerformValidations()
Request Example
View SourceReturn Value
Type:
Usual
If any of the validations fail, this method sets the status of the data column appropriately and returns FALSE. Otherwise, it returns TRUE.
See Also