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