Class ExprParameterAttribute
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
[AttributeUsage(AttributeTargets.Parameter)]
public class ExprParameterAttribute : Attribute, _Attribute
- Inheritance
-
ExprParameterAttribute
- Implements
- Extension Methods
Constructors
ExprParameterAttribute()
public ExprParameterAttribute()
ExprParameterAttribute(string)
public ExprParameterAttribute(string name)
Parameters
name
string
Properties
Name
public string? Name { get; set; }