C# Class SqlServer.Job

Afficher le fichier Open project: ren85/rextester_win Class Usage Examples

Private Properties

Свойство Type Description
GetCommands List

Méthodes publiques

Méthode Description
DoWork ( ) : void
Job ( string command, string path ) : System
ShowResultSet ( MySqlDataReader reader ) : void
ShowResultSet ( NpgsqlDataReader reader ) : void
ShowResultSet ( OracleDataReader reader, OracleCommand command ) : void
ShowResultSet ( SqlDataReader reader ) : void

Private Methods

Méthode Description
GetCommands ( string text ) : List

Method Details

DoWork() public méthode

public DoWork ( ) : void
Résultat void

Job() public méthode

public Job ( string command, string path ) : System
command string
path string
Résultat System

ShowResultSet() public méthode

public ShowResultSet ( MySqlDataReader reader ) : void
reader MySql.Data.MySqlClient.MySqlDataReader
Résultat void

ShowResultSet() public méthode

public ShowResultSet ( NpgsqlDataReader reader ) : void
reader NpgsqlDataReader
Résultat void

ShowResultSet() public méthode

public ShowResultSet ( OracleDataReader reader, OracleCommand command ) : void
reader OracleDataReader
command OracleCommand
Résultat void

ShowResultSet() public méthode

public ShowResultSet ( SqlDataReader reader ) : void
reader SqlDataReader
Résultat void