C# Class YamORM.NonQueryCommand

Inheritance: CommandBase, INonQueryCommand
Afficher le fichier Open project: timschreiber/YamORM Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
Parameter ( string name, object value, DbType dbType = null ) : NonQueryCommand

Private Methods

Méthode Description
NonQueryCommand ( IDbConnection connection, IDbTransaction transaction, string commandText, CommandType commandType = CommandType.Text ) : System.Data

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

Parameter() public méthode

public Parameter ( string name, object value, DbType dbType = null ) : NonQueryCommand
name string
value object
dbType DbType
Résultat NonQueryCommand