C# Class ServiceStack.OrmLite.Converters.CharConverter

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

Public Methods

Method Description
FromDbValue ( Type fieldType, object value ) : object
GetColumnDefinition ( int stringLength ) : 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