Skip to main content

MySqlBoolConverter

Assembly: ServiceStack.OrmLite.MySql.dll
View Source
Declaration
public class MySqlBoolConverter : BoolAsIntConverter, IOrmLiteConverter

Properties

ColumnDefinition

View Source
Declaration
public override string ColumnDefinition { get; }

Inherited Methods

ToDbValue(Type, Object)

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

System.Object

Parameters
TypeName
TypefieldType
System.Objectvalue

ToQuotedString(Type, Object)

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

System.String

Parameters
TypeName
TypefieldType
System.Objectvalue

Implements