Skip to main content

PostrgreSqlUInt16Converter

Assembly: ServiceStack.OrmLite.PostgreSQL.dll
View Source
Declaration
public class PostrgreSqlUInt16Converter : UInt16Converter, IOrmLiteConverter

Properties

DbType

View Source
Declaration
public override DbType DbType { get; }

Inherited Properties

DbType

View Source
Declaration
public override DbType DbType { get; }

Methods

ToDbValue(Type, Object)

View Source
Declaration
public override object ToDbValue(Type fieldType, object value)
Returns

System.Object

Parameters
TypeName
System.TypefieldType
System.Objectvalue

Implements