Click or drag to resize

SQLSelect.FieldValidate Method (Typed)

X#
Validate the provided value according to the validation rules of the indicated column's FieldSpec.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldValidate(
	uField AS USUAL,
	uValue AS USUAL
) AS LOGIC
Request Example View Source

Parameters

uField
Type: Usual
uValue
Type: Usual
The value that is to be validated. It should be of a type compatible with the data type of the column; if the type cannot be converted to the appropriate data type, it is considered to have failed validation.

Return Value

Type: Logic
See Also