Table of Contents

Class SqlGenericConstructorExpression.Parameter

Namespace
LinqToDB.Internal.Expressions
Assembly
linq2db.dll
public class SqlGenericConstructorExpression.Parameter
Inheritance
object
SqlGenericConstructorExpression.Parameter
Extension Methods

Constructors

Parameter(Expression, ParameterInfo, MemberInfo?)

public Parameter(Expression expression, ParameterInfo parameterInfo, MemberInfo? memberInfo)

Parameters

expression Expression
parameterInfo ParameterInfo
memberInfo MemberInfo

Fields

EmptyCollection

public static ReadOnlyCollection<SqlGenericConstructorExpression.Parameter> EmptyCollection

Field Value

ReadOnlyCollection<SqlGenericConstructorExpression.Parameter>

Properties

Expression

public Expression Expression { get; }

Property Value

Expression

MemberInfo

public MemberInfo? MemberInfo { get; }

Property Value

MemberInfo

ParameterComparer

public static IEqualityComparer<SqlGenericConstructorExpression.Parameter> ParameterComparer { get; }

Property Value

IEqualityComparer<SqlGenericConstructorExpression.Parameter>

ParameterInfo

public ParameterInfo ParameterInfo { get; }

Property Value

ParameterInfo

ParameterType

public Type ParameterType { get; }

Property Value

Type

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

expression Expression

Returns

SqlGenericConstructorExpression.Parameter

WithMember(MemberInfo?)

public SqlGenericConstructorExpression.Parameter WithMember(MemberInfo? memberInfo)

Parameters

memberInfo MemberInfo

Returns

SqlGenericConstructorExpression.Parameter