C# Class SqlInteraction.DatabaseSQLConnection

Implementation of SQL connection to a database. Uses SQLConnection.
Inheritance: IDatabaseSQLConnection
Afficher le fichier Open project: syre/SortingIndustrialRobot

Méthodes publiques

Méthode Description
DatabaseSQLConnection ( string _sConnectionString ) : System
close ( ) : void
createCommand ( ) : SqlCommand
open ( ) : void

Method Details

DatabaseSQLConnection() public méthode

public DatabaseSQLConnection ( string _sConnectionString ) : System
_sConnectionString string
Résultat System

close() public méthode

public close ( ) : void
Résultat void

createCommand() public méthode

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

open() public méthode

public open ( ) : void
Résultat void