Row ValidateField Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodValidateField(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
Public methodValidateField(String, String)
Validates row field by name. Shortcut to ValidateField(Schema.FieldDef)
Back to Top
See Also