Class SqlGenericConstructorExpression.Parameter
- Namespace
- LinqToDB.Internal.Expressions
- Assembly
- linq2db.dll
public class SqlGenericConstructorExpression.Parameter
- Inheritance
-
objectSqlGenericConstructorExpression.Parameter
- Extension Methods
Constructors
Parameter(Expression, ParameterInfo, MemberInfo?)
public Parameter(Expression expression, ParameterInfo parameterInfo, MemberInfo? memberInfo)
Parameters
expressionExpressionparameterInfoParameterInfomemberInfoMemberInfo
Fields
EmptyCollection
public static ReadOnlyCollection<SqlGenericConstructorExpression.Parameter> EmptyCollection
Field Value
Properties
Expression
public Expression Expression { get; }
Property Value
MemberInfo
public MemberInfo? MemberInfo { get; }
Property Value
ParameterComparer
public static IEqualityComparer<SqlGenericConstructorExpression.Parameter> ParameterComparer { get; }
Property Value
ParameterInfo
public ParameterInfo ParameterInfo { get; }
Property Value
ParameterType
public Type ParameterType { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
WithExpression(Expression)
public SqlGenericConstructorExpression.Parameter WithExpression(Expression expression)
Parameters
expressionExpression
Returns
WithMember(MemberInfo?)
public SqlGenericConstructorExpression.Parameter WithMember(MemberInfo? memberInfo)
Parameters
memberInfoMemberInfo