C# Class Net.Code.ADONet.DBNullHelper

Datei anzeigen Open project: jhgbrt/yadal Class Usage Examples

Public Methods

Method 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 method

public static FromDb ( object o ) : object
o object
return object

GetUnderlyingType() public static method

public static GetUnderlyingType ( this type ) : Type
type this
return System.Type

IsNull() public static method

public static IsNull ( object o ) : bool
o object
return bool

IsNullableType() public static method

public static IsNullableType ( this type ) : bool
type this
return bool

ToDb() public static method

public static ToDb ( object o ) : object
o object
return object