[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | ValidateField(String, Schema FieldDef) |
Validates row field using Schema.FieldDef settings.
This method is invoked by base Validate() implementation.
The method is not expected to throw exception in case of failed validation, rather return exception instance because
throwing exception really hampers validation performance when many rows need to be validated
|
![]() | ValidateField(String, String) |
Validates row field by name.
Shortcut to ValidateField(Schema.FieldDef)
|
See Also