Search Results for

    Show / Hide Table of Contents

    Class SelectColumnInfo

    Inheritance
    System.Object
    SelectColumnInfo
    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 SelectColumnInfo

    Properties

    | Improve this Doc View Source

    Column

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

    Table

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