C# Class SqlInteraction.DatabaseSQLConnection

Implementation of SQL connection to a database. Uses SQLConnection.
Inheritance: IDatabaseSQLConnection
Show file Open project: syre/SortingIndustrialRobot

Public Methods

Method Description
DatabaseSQLConnection ( string _sConnectionString ) : System
close ( ) : void
createCommand ( ) : SqlCommand
open ( ) : void

Method Details

DatabaseSQLConnection() public method

public DatabaseSQLConnection ( string _sConnectionString ) : System
_sConnectionString string
return System

close() public method

public close ( ) : void
return void

createCommand() public method

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

open() public method

public open ( ) : void
return void