Méthode | Description | |
---|---|---|
Delete ( |
||
Insert ( |
||
InsertUpdateDelete ( |
||
SelectAll ( |
||
SelectByGroup ( int customerID ) : |
||
SelectById ( int customerID ) : |
||
SelectGroupByGroupId ( int groupId ) : |
||
Update ( |
public Insert ( |
||
customer | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
transaction | ||
Résultat | bool |
public InsertUpdateDelete ( |
||
customer | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
transaction | ||
Résultat | bool |
public SelectAll ( |
||
customer | ||
Résultat |
public SelectByGroup ( int customerID ) : |
||
customerID | int | |
Résultat |
public SelectById ( int customerID ) : |
||
customerID | int | |
Résultat |
public SelectGroupByGroupId ( int groupId ) : |
||
groupId | int | |
Résultat |
public Update ( |
||
customer | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
transacion | ||
Résultat | bool |