C# Class ServiceStack.OrmLite.Converters.BoolAsIntConverter

Inheritance: BoolConverter
Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Méthodes publiques

Méthode Description
ToDbValue ( Type fieldType, object value ) : object
ToQuotedString ( Type fieldType, object value ) : string

Method Details

ToDbValue() public méthode

public ToDbValue ( Type fieldType, object value ) : object
fieldType System.Type
value object
Résultat object

ToQuotedString() public méthode

public ToQuotedString ( Type fieldType, object value ) : string
fieldType System.Type
value object
Résultat string