C# Class BuildYourOwnDAL.Actions.SqlCommandSetWrapper

Inheritance: IDisposable
Afficher le fichier Open project: davybrion/BuildYourOwnDal Class Usage Examples

Méthodes publiques

Méthode Description
Append ( SqlCommand command ) : void
Dispose ( ) : void
ExecuteNonQuery ( ) : int

Private Methods

Méthode Description
SqlCommandSetWrapper ( ) : System

Method Details

Append() public méthode

public Append ( SqlCommand command ) : void
command System.Data.SqlClient.SqlCommand
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( ) : int
Résultat int