Table of Contents

Enum ParameterConflictBehavior

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

Controls what happens when two equally valid sources provide the same parameter.

public enum ParameterConflictBehavior : byte
Extension Methods

Fields

TakeOne = 1

Accepts one equally ranked source. Which source wins is intentionally unspecified.

Throw = 0

Throws while the cached parameter accessor is being created.