Show / Hide Table of Contents

Method AddDbCheckConstraint

| Improve this Doc View Source

AddDbCheckConstraint(String, String, _Boolean)

Adds database check constraint.

Declaration
protected void AddDbCheckConstraint(string name, string description, _Boolean condition)
Parameters
Type Name Description
System.String name

The name of the constraint.

System.String description

The description of the constraint.

_Boolean condition

The condition of this check constraint.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest