Table of Contents

Class ParameterAliasAttribute

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

Adds another parameter/condition name for a member.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true, Inherited = true)]
public sealed class ParameterAliasAttribute : Attribute
Inheritance
ParameterAliasAttribute
Inherited Members
Extension Methods

Constructors

ParameterAliasAttribute(string)

Adds another parameter/condition name for a member.

public ParameterAliasAttribute(string name)

Parameters

name string

Properties

Name

The additional parameter name, with or without the command's variable prefix.

public string Name { get; }

Property Value

string