메소드 | 설명 | |
---|---|---|
Delete ( |
||
Insert ( |
||
InsertUpdateDelete ( |
||
SelectAll ( |
||
SelectByGroup ( int customerID ) : |
||
SelectById ( int customerID ) : |
||
SelectGroupByGroupId ( int groupId ) : |
||
Update ( |
public Insert ( |
||
customer | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
transaction | ||
리턴 | bool |
public InsertUpdateDelete ( |
||
customer | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
transaction | ||
리턴 | bool |
public SelectAll ( |
||
customer | ||
리턴 |
public SelectByGroup ( int customerID ) : |
||
customerID | int | |
리턴 |
public SelectById ( int customerID ) : |
||
customerID | int | |
리턴 |
public SelectGroupByGroupId ( int groupId ) : |
||
groupId | int | |
리턴 |
public Update ( |
||
customer | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
transacion | ||
리턴 | bool |