Skip to main content

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

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public class UdtTypeHandler : object, SqlMapper.ITypeHandler

Methods

SqlMapper.ITypeHandler.Parse(Type, Object)

View Source
Declaration
object SqlMapper.ITypeHandler.Parse(Type destinationType, object value)
Returns

System.Object

Parameters
TypeName
TypedestinationType
System.Objectvalue

SqlMapper.ITypeHandler.SetValue(IDbDataParameter, Object)

View Source
Declaration
void SqlMapper.ITypeHandler.SetValue(IDbDataParameter parameter, object value)
Parameters
TypeName
IDbDataParameterparameter
System.Objectvalue

Implements