Table of Contents

Class CodeAttribute.CodeNamedParameter

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public record CodeAttribute.CodeNamedParameter : IEquatable<CodeAttribute.CodeNamedParameter>
Inheritance
CodeAttribute.CodeNamedParameter
Implements
Extension Methods

Constructors

CodeNamedParameter(CodeReference, ICodeExpression)

public CodeNamedParameter(CodeReference Property, ICodeExpression Value)

Parameters

Property CodeReference
Value ICodeExpression

Properties

Property

public CodeReference Property { get; init; }

Property Value

CodeReference

Value

public ICodeExpression Value { get; init; }

Property Value

ICodeExpression