C# Class RohBot.SqlCommand

Afficher le fichier Open project: Rohansi/RohBot Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : IEnumerable
ExecuteNonQuery ( ) : void
ExecuteScalar ( ) : object
SqlCommand ( string sql ) : System.Collections.Generic
this ( string name ) : object

Method Details

Execute() public méthode

public Execute ( ) : IEnumerable
Résultat IEnumerable

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( ) : void
Résultat void

ExecuteScalar() public méthode

public ExecuteScalar ( ) : object
Résultat object

SqlCommand() public méthode

public SqlCommand ( string sql ) : System.Collections.Generic
sql string
Résultat System.Collections.Generic

this() public méthode

public this ( string name ) : object
name string
Résultat object