SqlDelete() public method

public SqlDelete ( ) : bool
return bool
Beispiel #1
0
 // This removes an agenda item
 public bool RemoveItem(AgendaItem i)
 {
     return i.SqlDelete();
 }
Beispiel #2
0
 // This removes an agenda item
 public bool RemoveItem(AgendaItem i)
 {
     return(i.SqlDelete());
 }