C# Class HBM.GeneralManagement.GauranteeDAO

Afficher le fichier Open project: nirshandileep/HotelManagement

Méthodes publiques

Méthode Description
Delete ( Gaurantee gaurantee ) : bool
Insert ( Gaurantee gaurantee ) : bool
InsertUpdateDelete ( DataSet ds ) : bool
SelectAll ( Gaurantee gaurantee ) : DataSet
Update ( Gaurantee gaurantee ) : bool

Method Details

Delete() public méthode

public Delete ( Gaurantee gaurantee ) : bool
gaurantee Gaurantee
Résultat bool

Insert() public méthode

public Insert ( Gaurantee gaurantee ) : bool
gaurantee Gaurantee
Résultat bool

InsertUpdateDelete() public méthode

public InsertUpdateDelete ( DataSet ds ) : bool
ds System.Data.DataSet
Résultat bool

SelectAll() public méthode

public SelectAll ( Gaurantee gaurantee ) : DataSet
gaurantee Gaurantee
Résultat System.Data.DataSet

Update() public méthode

public Update ( Gaurantee gaurantee ) : bool
gaurantee Gaurantee
Résultat bool