SQLSelect.FieldValidate Method (Typed) | |
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
public override bool FieldValidate(
Usual uField,
Usual uValue
)
Request Example
View SourceParameters
- 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:
LogicSee Also