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
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

ConstraintType

Gets the type of the constraint.

Type: DmConstraintType

ConstraintName

Gets or sets the name of the constraint.

Type: string