C# Class Data.DBNull

Inheritance: Value
Show file Open project: hogeschool/INFDEV03-5 Class Usage Examples

Public Methods

Method Description
DBNull ( ) : System
IsEmpty ( ) : bool
ToString ( ) : string

Method Details

DBNull() public method

public DBNull ( ) : System
return System

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string