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
Type | Name |
---|---|
Type | fieldType |
System.Object | value |
ToQuotedString(Type, Object)
View Source
Declaration
public override string ToQuotedString(Type fieldType, object value)
Returns
System.String
Parameters
Type | Name |
---|---|
Type | fieldType |
System.Object | value |