C# Class Net.Code.ADONet.DBNullHelper

Afficher le fichier Open project: jhgbrt/yadal Class Usage Examples

Méthodes publiques

Méthode Description
FromDb ( object o ) : object
GetUnderlyingType ( this type ) : Type
IsNull ( object o ) : bool
IsNullableType ( this type ) : bool
ToDb ( object o ) : object

Method Details

FromDb() public static méthode

public static FromDb ( object o ) : object
o object
Résultat object

GetUnderlyingType() public static méthode

public static GetUnderlyingType ( this type ) : Type
type this
Résultat System.Type

IsNull() public static méthode

public static IsNull ( object o ) : bool
o object
Résultat bool

IsNullableType() public static méthode

public static IsNullableType ( this type ) : bool
type this
Résultat bool

ToDb() public static méthode

public static ToDb ( object o ) : object
o object
Résultat object