Row Validate Method NFX Class Library

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

Performs validation of data in the row returning exception object that provides description in cases when validation does not pass. Validation is performed not targeting any particular backend

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual Exception Validate()

Return Value

Type: OnlineException
See Also