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
ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Public Methods

Method Description
UdtTypeHandler ( string udtTypeName ) : System

Creates a new instance of UdtTypeHandler with the specified UdtTypeName

Private Methods

Method Description
ITypeHandler ( Type destinationType, object value ) : object
ITypeHandler ( IDbDataParameter parameter, object value ) : void

Method Details

UdtTypeHandler() public method

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