C# 클래스 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
상속: ITypeHandler
파일 보기 프로젝트 열기: ServiceStack/ServiceStack.OrmLite

공개 메소드들

메소드 설명
UdtTypeHandler ( string udtTypeName ) : System

Creates a new instance of UdtTypeHandler with the specified UdtTypeName

비공개 메소드들

메소드 설명
ITypeHandler ( Type destinationType, object value ) : object
ITypeHandler ( IDbDataParameter parameter, object value ) : void

메소드 상세

UdtTypeHandler() 공개 메소드

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