SqlDelete() public method

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