C# Class ServiceStack.OrmLite.Converters.BoolAsIntConverter

Inheritance: BoolConverter
Datei anzeigen Open project: ServiceStack/ServiceStack.OrmLite

Public Methods

Method Description
ToDbValue ( Type fieldType, object value ) : object
ToQuotedString ( Type fieldType, object value ) : string

Method Details

ToDbValue() public method

public ToDbValue ( Type fieldType, object value ) : object
fieldType System.Type
value object
return object

ToQuotedString() public method

public ToQuotedString ( Type fieldType, object value ) : string
fieldType System.Type
value object
return string