IDataStore.SetValidate Method
.NET Standard 2.x
Sets the validation rule for a column (specified by the column number/name) in the DataStore. This validation rule will be checked when calling the Update or the Validate method.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| SetValidate(short column, string rule) | Sets the validation rule for a column (specified by the column number) in the DataStore. This validation rule will be checked when calling the Update or the Validate method. |
| SetValidate(string column, string rule) | Sets the validation rule for a column (specified by the column name) in the DataStore. This validation rule will be checked when calling the Update or Validate method. |