C# Class extension, MA-INF3232-Lab-SS2014

This is extension class that contain different SQL extension methods.
Show file Open project: EIS-Bonn/MA-INF3232-Lab-SS2014 Class Usage Examples

Public Methods

Method Description
CanOpen ( this connection ) : bool

this method checks whether a connection can be opened or not!

Method Details

CanOpen() public static method

this method checks whether a connection can be opened or not!
public static CanOpen ( this connection ) : bool
connection this
return bool