Search Results for

    Show / Hide Table of Contents

    Class TableRef

    Inheritance
    System.Object
    TableRef
    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.Internal.Model
    Assembly: FreeSql.dll
    Syntax
    public class TableRef

    Properties

    | Improve this Doc View Source

    Columns

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

    Exception

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    System.Exception
    | Improve this Doc View Source

    IsTempPrimary

    Declaration
    public bool IsTempPrimary { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MiddleColumns

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

    Property

    Declaration
    public PropertyInfo Property { get; set; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo
    | Improve this Doc View Source

    RefColumns

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

    RefEntityType

    Declaration
    public Type RefEntityType { get; set; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    RefMiddleEntityType

    中间表,多对多

    Declaration
    public Type RefMiddleEntityType { get; set; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    RefType

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