Search Results for

    Show / Hide Table of Contents

    Class ConstraintInfo

    Inheritance
    object
    ConstraintInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: FluentMigrator.Runner.Processors.Firebird
    Assembly: FluentMigrator.Runner.Firebird.dll
    Syntax
    public sealed class ConstraintInfo

    Properties

    DeleteRule

    Declaration
    public Rule DeleteRule { get; }
    Property Value
    Type Description
    Rule

    ForeignIndex

    Declaration
    public IndexInfo ForeignIndex { get; }
    Property Value
    Type Description
    IndexInfo

    IndexName

    Declaration
    public string IndexName { get; }
    Property Value
    Type Description
    string

    IsForeignKey

    Declaration
    public bool IsForeignKey { get; }
    Property Value
    Type Description
    bool

    IsNotNull

    Declaration
    public bool IsNotNull { get; }
    Property Value
    Type Description
    bool

    IsPrimaryKey

    Declaration
    public bool IsPrimaryKey { get; }
    Property Value
    Type Description
    bool

    IsUnique

    Declaration
    public bool IsUnique { get; }
    Property Value
    Type Description
    bool

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    UpdateRule

    Declaration
    public Rule UpdateRule { get; }
    Property Value
    Type Description
    Rule

    Methods

    Read(FirebirdProcessor, TableInfo)

    Declaration
    public static List<ConstraintInfo> Read(FirebirdProcessor processor, TableInfo table)
    Parameters
    Type Name Description
    FirebirdProcessor processor
    TableInfo table
    Returns
    Type Description
    List<ConstraintInfo>
    In this article
    • Properties
      • DeleteRule
      • ForeignIndex
      • IndexName
      • IsForeignKey
      • IsNotNull
      • IsPrimaryKey
      • IsUnique
      • Name
      • UpdateRule
    • Methods
      • Read(FirebirdProcessor, TableInfo)
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.