DataColumn.PerformValidations Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PerformValidations() AS LOGIC
public virtual bool PerformValidations()
Request Example
View SourceReturn Value
Type:
Logic
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