Show / Hide Table of Contents

Interface IConstraint

Provides an interface for a database constraint schema.

Namespace: Paradigm.ORM.Data.Database.Schema.Structure
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IConstraint

Properties

| Improve this Doc View Source

CatalogName

Gets the name of the catalog where the parent table resides.

Declaration
string CatalogName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FromColumnName

Gets the name of the source column of the constraint.

Declaration
string FromColumnName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FromTableName

Gets the name of the source table of the constraint.

Declaration
string FromTableName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the name of the constraint.

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SchemaName

Gets the name of the schema where the parent table resides.

Declaration
string SchemaName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToColumnName

Gets the name of the referenced table column.

Declaration
string ToColumnName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToTableName

Gets the name of the referenced table name.

Declaration
string ToTableName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets the type of the constraint.

Declaration
ConstraintType Type { get; }
Property Value
Type Description
ConstraintType

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.