C# Class ServiceStack.OrmLite.Dapper.SqlMapper.UdtTypeHandler

A type handler for data-types that are supported by the underlying provider, but which need a well-known UdtTypeName to be specified
Inheritance: ITypeHandler
Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Méthodes publiques

Méthode Description
UdtTypeHandler ( string udtTypeName ) : System

Creates a new instance of UdtTypeHandler with the specified UdtTypeName

Private Methods

Méthode Description
ITypeHandler ( Type destinationType, object value ) : object
ITypeHandler ( IDbDataParameter parameter, object value ) : void

Method Details

UdtTypeHandler() public méthode

Creates a new instance of UdtTypeHandler with the specified UdtTypeName
public UdtTypeHandler ( string udtTypeName ) : System
udtTypeName string
Résultat System