Search Results for

    Show / Hide Table of Contents

    Class ForeignKeyDefinition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
    Assembly: cs.temp.dll.dll
    Syntax
    public class ForeignKeyDefinition

    Constructors

    ForeignKeyDefinition()

    Declaration
    public ForeignKeyDefinition()

    Properties

    ForeignColumns

    Declaration
    public virtual ICollection<string> ForeignColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>

    ForeignTable

    Declaration
    public virtual string ForeignTable { get; set; }
    Property Value
    Type Description
    System.String

    ForeignTableSchema

    Declaration
    public virtual string ForeignTableSchema { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public virtual string Name { get; set; }
    Property Value
    Type Description
    System.String

    OnDelete

    Declaration
    public virtual Rule OnDelete { get; set; }
    Property Value
    Type Description
    Rule

    OnUpdate

    Declaration
    public virtual Rule OnUpdate { get; set; }
    Property Value
    Type Description
    Rule

    PrimaryColumns

    Declaration
    public virtual ICollection<string> PrimaryColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>

    PrimaryTable

    Declaration
    public virtual string PrimaryTable { get; set; }
    Property Value
    Type Description
    System.String

    PrimaryTableSchema

    Declaration
    public virtual string PrimaryTableSchema { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    • Constructors
      • ForeignKeyDefinition()
    • Properties
      • ForeignColumns
      • ForeignTable
      • ForeignTableSchema
      • Name
      • OnDelete
      • OnUpdate
      • PrimaryColumns
      • PrimaryTable
      • PrimaryTableSchema
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX