Show / Hide Table of Contents

    IDataStore.GetValidate Method

    .NET Standard 2.x

    Gets the validation rule for a column (specified by the column name or index) in the DataStore. This validation rule will be checked when calling the Update or Validate method.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    GetValidate(short column) Gets the validation rule for a column (specified by the column index) in the DataStore. This validation rule will be checked when calling the Update or Validate method.
    GetValidate(string column) Gets 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.
    Back to top Generated by Appeon