Class ParameterNameAttribute
- Namespace
- Rinku.Querying.Parameters
- Assembly
- Rinku.dll
Uses a different parameter/condition name for a member.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public sealed class ParameterNameAttribute : Attribute
- Inheritance
-
ParameterNameAttribute
- Inherited Members
- Extension Methods
Constructors
ParameterNameAttribute(string)
Uses a different parameter/condition name for a member.
public ParameterNameAttribute(string name)
Parameters
namestring
Properties
Name
The parameter name, with or without the command's variable prefix.
public string Name { get; }