Search Results for

    Show / Hide Table of Contents

    Class DbForeignInfo

    Inheritance
    System.Object
    DbForeignInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.DatabaseModel
    Assembly: FreeSql.dll
    Syntax
    public class DbForeignInfo

    Properties

    | Improve this Doc View Source

    Columns

    Declaration
    public List<DbColumnInfo> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DbColumnInfo>
    | Improve this Doc View Source

    ReferencedColumns

    Declaration
    public List<DbColumnInfo> ReferencedColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DbColumnInfo>
    | Improve this Doc View Source

    ReferencedTable

    Declaration
    public DbTableInfo ReferencedTable { get; set; }
    Property Value
    Type Description
    DbTableInfo
    | Improve this Doc View Source

    Table

    Declaration
    public DbTableInfo Table { get; set; }
    Property Value
    Type Description
    DbTableInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX