Class ExprParameterAttribute
Inheritance
System.Object
ExprParameterAttribute
Namespace: LinqToDB
Assembly: linq2db.dll
Syntax
public class ExprParameterAttribute : Attribute
Constructors
| Improve this Doc View SourceExprParameterAttribute()
Declaration
public ExprParameterAttribute()
ExprParameterAttribute(String)
Declaration
public ExprParameterAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Properties
| Improve this Doc View SourceName
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |