Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

TypeRegistration<(Of <(<'TDbType>)>)> Class

This is used to map custom database types to CLR types

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public class TypeRegistration<TDbType>
Public Class TypeRegistration(Of TDbType)
generic<typename TDbType>
public ref class TypeRegistration

Type Parameters

TDbType
The type of the database type.

Inheritance Hierarchy


Object
  Tortuga.Chain.Metadata..::..TypeRegistration<(Of <(<'TDbType>)>)>