C# Class Contrive.Common.Data.DataExtensions

Show file Open project: alanstevens/Contrive

Public Methods

Method Description
IsDBNull ( this value ) : bool
IsNotDBNull ( this value ) : bool

Method Details

IsDBNull() public static method

public static IsDBNull ( this value ) : bool
value this
return bool

IsNotDBNull() public static method

public static IsNotDBNull ( this value ) : bool
value this
return bool