Show / Hide Table of Contents

Constructor DbTableConstraint

| Improve this Doc View Source

DbTableConstraint(String, String)

Initializes a new instance of the DbTableConstraint class.

Declaration
protected DbTableConstraint(string name, string description)
Parameters
Type Name Description
System.String name

The explicit name of this constraint, can be null or empty.

System.String description

The description of this constraint.

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