Skip to main content

MySql55DateTimeConverter

Assembly: ServiceStack.OrmLite.MySql.dll
View Source
Declaration
public class MySql55DateTimeConverter : MySqlDateTimeConverter, IOrmLiteConverter

Properties

ColumnDefinition

CURRENT_TIMESTAMP as a default for DATETIME type is only available in 10.x. If you're using 5.5, it should a TIMESTAMP column

View Source
Declaration
public override string ColumnDefinition { get; }

Inherited Methods

FromDbValue(Object)

View Source
Declaration
public override object FromDbValue(object value)
Returns

System.Object

Parameters
TypeName
System.Objectvalue

Implements