Skip to main content

SqliteDateTimeOffsetConverter

Assembly: ServiceStack.OrmLite.Sqlite.dll​
View Source​
Declaration
public class SqliteDateTimeOffsetConverter : DateTimeOffsetConverter, IOrmLiteConverter

Properties​

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; }

Methods​

ToQuotedString(Type, Object)​

View Source​
Declaration
public override string ToQuotedString(Type fieldType, object value)
Returns​

System.String

Parameters​
TypeName
System.TypefieldType
System.Objectvalue

ToDbValue(Type, Object)​

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

System.Object

Parameters​
TypeName
System.TypefieldType
System.Objectvalue

Inherited Methods​

FromDbValue(Type, Object)​

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

System.Object

Parameters​
TypeName
TypefieldType
System.Objectvalue

Implements​