Search Results for

    Show / Hide Table of Contents

    Class CommonExpression.ExpTSC

    Inheritance
    System.Object
    CommonExpression.ExpTSC
    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
    Assembly: FreeSql.dll
    Syntax
    public class ExpTSC

    Properties

    | Improve this Doc View Source

    _selectColumnMap

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

    _tableRule

    Declaration
    public Func<Type, string, string> _tableRule { get; set; }
    Property Value
    Type Description
    System.Func<System.Type, System.String, System.String>
    | Improve this Doc View Source

    _tables

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

    alias001

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

    currentTable

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

    dbParams

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

    diymemexp

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

    isDisableDiyParse

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

    isNotSetMapColumnTmp

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

    isQuoteName

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

    mapColumnTmp

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

    mapType

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

    mapTypeTmp

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

    parseDepth

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

    style

    Declaration
    public CommonExpression.ExpressionStyle style { get; set; }
    Property Value
    Type Description
    CommonExpression.ExpressionStyle
    | Improve this Doc View Source

    subSelect001

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

    tbtype

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

    whereGlobalFilter

    Declaration
    public List<GlobalFilter.Item> whereGlobalFilter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GlobalFilter.Item>

    Methods

    | Improve this Doc View Source

    Clone_selectColumnMap_diymemexp_tbtype(List<SelectColumnInfo>, BaseDiyMemberExpression, SelectTableInfoType)

    Declaration
    public CommonExpression.ExpTSC Clone_selectColumnMap_diymemexp_tbtype(List<SelectColumnInfo> v1, BaseDiyMemberExpression v2, SelectTableInfoType v3)
    Parameters
    Type Name Description
    System.Collections.Generic.List<SelectColumnInfo> v1
    BaseDiyMemberExpression v2
    SelectTableInfoType v3
    Returns
    Type Description
    CommonExpression.ExpTSC
    | Improve this Doc View Source

    CloneDisableDiyParse()

    Declaration
    public CommonExpression.ExpTSC CloneDisableDiyParse()
    Returns
    Type Description
    CommonExpression.ExpTSC
    | Improve this Doc View Source

    SetDbParamsReturnOld(List<DbParameter>)

    Declaration
    public List<DbParameter> SetDbParamsReturnOld(List<DbParameter> newValue)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Data.Common.DbParameter> newValue
    Returns
    Type Description
    System.Collections.Generic.List<System.Data.Common.DbParameter>
    | Improve this Doc View Source

    SetMapColumnTmp(ColumnInfo)

    Declaration
    public CommonExpression.ExpTSC SetMapColumnTmp(ColumnInfo col)
    Parameters
    Type Name Description
    ColumnInfo col
    Returns
    Type Description
    CommonExpression.ExpTSC
    | Improve this Doc View Source

    SetMapTypeReturnOld(Type)

    Declaration
    public Type SetMapTypeReturnOld(Type newValue)
    Parameters
    Type Name Description
    System.Type newValue
    Returns
    Type Description
    System.Type
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX