Skip to main content

PostrgreSqlUInt64Converter

Assembly: ServiceStack.OrmLite.PostgreSQL.dll
View Source
Declaration
public class PostrgreSqlUInt64Converter : UInt64Converter, IOrmLiteConverter

Properties

DbType

View Source
Declaration
public override DbType DbType { get; }

Inherited Properties

ColumnDefinition

View Source
Declaration
public override string ColumnDefinition { get; }

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