Skip to main content

PostrgreSqlUInt32Converter

Assembly: ServiceStack.OrmLite.PostgreSQL.dll
View Source
Declaration
public class PostrgreSqlUInt32Converter : UInt32Converter, 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