Table of Contents

Class RinkuNoParserException

Namespace
Rinku
Assembly
Rinku.dll

Reports that the returned columns could not create the requested type.

public sealed class RinkuNoParserException : RinkuMappingException, ISerializable
Inheritance
RinkuNoParserException
Implements
Inherited Members
Extension Methods

Properties

Schema

The columns returned by the query.

public string Schema { get; }

Property Value

string

TargetType

The type no parser could be built for.

public Type TargetType { get; }

Property Value

Type