C# Class ServiceStack.OrmLite.Converters.ValueTypeConverter

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

Public Methods

Method Description
FromDbValue ( Type fieldType, object value ) : object
GetColumnDefinition ( int stringLength ) : string
ToDbValue ( Type fieldType, object value ) : object
ToQuotedString ( Type fieldType, object value ) : string

Method Details

FromDbValue() public method

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

GetColumnDefinition() public method

public GetColumnDefinition ( int stringLength ) : string
stringLength int
return string

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