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 = 1Accepts one equally ranked source. Which source wins is intentionally unspecified.
Throw = 0Throws while the cached parameter accessor is being created.