Search Results for

    Show / Hide Table of Contents

    Class BaseDiyMemberExpression

    Inheritance
    System.Object
    BaseDiyMemberExpression
    SelectGroupingProvider
    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 abstract class BaseDiyMemberExpression

    Fields

    | Improve this Doc View Source

    _field

    Declaration
    public string _field
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    _lambdaParameter

    临时 LambdaExpression.Parameter

    Declaration
    public ParameterExpression _lambdaParameter
    Field Value
    Type Description
    System.Linq.Expressions.ParameterExpression
    | Improve this Doc View Source

    _map

    Declaration
    public ReadAnonymousTypeInfo _map
    Field Value
    Type Description
    ReadAnonymousTypeInfo

    Properties

    | Improve this Doc View Source

    ParseExpMapResult

    Declaration
    public ReadAnonymousTypeInfo ParseExpMapResult { get; protected set; }
    Property Value
    Type Description
    ReadAnonymousTypeInfo

    Methods

    | Improve this Doc View Source

    ParseExp(Expression[])

    Declaration
    public abstract string ParseExp(Expression[] members)
    Parameters
    Type Name Description
    System.Linq.Expressions.Expression[] members
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX