C# Class SqlInteraction.RobotSqlConnection

SQLConnection to connect to a database.
Inheritance: ISqlConnection
Datei anzeigen Open project: syre/SortingIndustrialRobot Class Usage Examples

Public Methods

Method Description
ConnectionClose ( ) : void
ConnectionOpen ( ) : void
CreateCommand ( ) : SqlCommand
RobotSqlConnection ( string connectionstring ) : System.Data

Constructor that connects to a database with the information specified.

Method Details

ConnectionClose() public method

public ConnectionClose ( ) : void
return void

ConnectionOpen() public method

public ConnectionOpen ( ) : void
return void

CreateCommand() public method

public CreateCommand ( ) : SqlCommand
return System.Data.SqlClient.SqlCommand

RobotSqlConnection() public method

Constructor that connects to a database with the information specified.
public RobotSqlConnection ( string connectionstring ) : System.Data
connectionstring string Information for connection.
return System.Data