Table of Contents

Class ExprParameterAttribute

Namespace
LinqToDB
Assembly
linq2db.dll
[AttributeUsage(AttributeTargets.Parameter)]
public class ExprParameterAttribute : Attribute, _Attribute
Inheritance
object
ExprParameterAttribute
Implements
Inherited Members
Extension Methods

Constructors

ExprParameterAttribute()

public ExprParameterAttribute()

ExprParameterAttribute(string)

public ExprParameterAttribute(string name)

Parameters

name string

Properties

DoNotParameterize

public bool DoNotParameterize { get; set; }

Property Value

bool

Name

public string? Name { get; set; }

Property Value

string

ParameterKind

public ExprParameterKind ParameterKind { get; set; }

Property Value

ExprParameterKind