C# Class Data.ValueVisitor

显示文件 Open project: hogeschool/INFDEV03-5 Class Usage Examples

Public Methods

Method Description
IsEmpty ( DBInteger x ) : bool
IsEmpty ( DBNull x ) : bool
IsEmpty ( DBReal x ) : bool
IsEmpty ( DBString x ) : bool
IsEmpty ( EmptyResult x ) : bool

Method Details

IsEmpty() public method

public IsEmpty ( DBInteger x ) : bool
x DBInteger
return bool

IsEmpty() public method

public IsEmpty ( DBNull x ) : bool
x DBNull
return bool

IsEmpty() public method

public IsEmpty ( DBReal x ) : bool
x DBReal
return bool

IsEmpty() public method

public IsEmpty ( DBString x ) : bool
x DBString
return bool

IsEmpty() public method

public IsEmpty ( EmptyResult x ) : bool
x EmptyResult
return bool