Table of Contents

Class ScalarTypeParsingInfo<T>

Namespace
Rinku.Mapping
Assembly
Rinku.dll

A typed base registration for values read from one result column. A value type registration also accepts its nullable form.

public abstract class ScalarTypeParsingInfo<T> : ScalarTypeParsingInfo

Type Parameters

T
Inheritance
ScalarTypeParsingInfo<T>
Inherited Members
Extension Methods

Methods

ValidateCanUseType(Type)

Throws when this mapping cannot be registered for TargetType.

public override sealed void ValidateCanUseType(Type targetType)

Parameters

targetType Type