Click or drag to resize

DataColumn.PerformValidations Method

X#
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
Request Example View Source

Return 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