C# Class ArmedCards.DataAccess.GameRound.Delete

Implementation of Base.IDelete
Inheritance: Base.IDelete
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Delete ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
Execute ( Entities filter ) : void

Delete a game round and all cards played during the round

Method Details

Delete() public method

public Delete ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
db Microsoft.Practices.EnterpriseLibrary.Data.Database
return System

Execute() public method

Delete a game round and all cards played during the round
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what to delete
return void