Skip to main content

UInt64Converter

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

Properties

DbType

View Source
Declaration
public override DbType DbType { get; }

ColumnDefinition

View Source
Declaration
public override string ColumnDefinition { get; }

Inherited Properties

ColumnDefinition

View Source
Declaration
public override string ColumnDefinition { get; }

DbType

View Source
Declaration
public override DbType DbType { get; }

Inherited Methods

FromDbValue(Type, Object)

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

System.Object

Parameters
TypeName
TypefieldType
System.Objectvalue

ToDbValue(Type, Object)

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

System.Object

Parameters
TypeName
TypefieldType
System.Objectvalue

Implements