IDataStoreBase.Validate Method
.NET Standard 2.x
Verifies the data using the data validation rules set in the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
Validate() | Verifies the data using the data validation rules set in the DataStore. |
Validate(Out List<ValidationResult> validationResults) | Verifies the data using the data validation rules set in the DataStore, and outputs the verification results. |