Table of Contents

Interface IFallbackParserGetter

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Supplies a parser for a member when no column matches it, such as one that produces a default value.

public interface IFallbackParserGetter
Extension Methods

Fields

Nothing

A fallback that supplies nothing, leaving an unmatched member an error.

public static readonly IFallbackParserGetter Nothing

Field Value

IFallbackParserGetter

Methods

FallbackTryGetParser(Type)

A parser to use for type when the normal column matching found none, or null to leave it unmatched.

DbItemPlan? FallbackTryGetParser(Type type)

Parameters

type Type

Returns

DbItemPlan