Table of Contents

Enum ValidationRuleSetEnum

Namespace
Innova.Data.Validation
Assembly
Innova.Data.dll

Represents the enumeration of validation rule sets.

public enum ValidationRuleSetEnum

Fields

Delete = 2

Represents the validation rule set for delete operations.

Insert = 0

Represents the validation rule set for insert operations.

Update = 1

Represents the validation rule set for update operations.