Skip to content

DmConstraint ​

Namespace: MJCZone.DapperMatic.Models

Assembly: MJCZone.DapperMatic

Summary ​

Represents a constraint on a table.

abstract public

Note: This is an abstract base class. Concrete implementations can be found in provider-specific namespaces.

Contents ​

Methods (4) | Properties (2)

Methods ​

GetType ​

csharp
void GetType()

ToString ​

csharp
void ToString()

Equals ​

csharp
void Equals()

GetHashCode ​

csharp
void GetHashCode()

Properties ​

ConstraintType ​

Gets the type of the constraint.

Type: DmConstraintType

ConstraintName ​

Gets or sets the name of the constraint.

Type: string