Interface IFallbackParserGetter
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
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
typeType