C# Class SqlInteraction.RobotSqlConnection

SQLConnection to connect to a database.
Inheritance: ISqlConnection
Afficher le fichier Open project: syre/SortingIndustrialRobot Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ConnectionClose ( ) : void
Résultat void

ConnectionOpen() public méthode

public ConnectionOpen ( ) : void
Résultat void

CreateCommand() public méthode

public CreateCommand ( ) : SqlCommand
Résultat System.Data.SqlClient.SqlCommand

RobotSqlConnection() public méthode

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