Class BaseDiyMemberExpression
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 |
_lambdaParameter
临时 LambdaExpression.Parameter
Declaration
public ParameterExpression _lambdaParameter
Field Value
| Type | Description |
|---|---|
| System.Linq.Expressions.ParameterExpression |
_map
Declaration
public ReadAnonymousTypeInfo _map
Field Value
| Type | Description |
|---|---|
| ReadAnonymousTypeInfo |
Properties
| Improve this Doc View SourceParseExpMapResult
Declaration
public ReadAnonymousTypeInfo ParseExpMapResult { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ReadAnonymousTypeInfo |
Methods
| Improve this Doc View SourceParseExp(Expression[])
Declaration
public abstract string ParseExp(Expression[] members)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Linq.Expressions.Expression[] | members |
Returns
| Type | Description |
|---|---|
| System.String |