Search Results for

    Show / Hide Table of Contents

    Class SelectTableInfo

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

    Properties

    | Improve this Doc View Source

    Alias

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

    AliasInit

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

    Cascade

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

    CascadeBefore

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

    NavigateCondition

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

    On

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

    Parameter

    Declaration
    public ParameterExpression Parameter { get; set; }
    Property Value
    Type Description
    System.Linq.Expressions.ParameterExpression
    | Improve this Doc View Source

    Table

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

    Type

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