C# Class Data.DBInteger

Inheritance: Value
Exibir arquivo Open project: hogeschool/INFDEV03-5 Class Usage Examples

Public Methods

Method Description
DBInteger ( int i ) : System
IsEmpty ( ) : bool
ToString ( ) : string
operator ( ) : DBInteger

Method Details

DBInteger() public method

public DBInteger ( int i ) : System
i int
return System

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : DBInteger
return DBInteger