Example #1
0
 public int Delete()
 {
     SelectStatement = new Delete();
     return(Datastore.ExecuteNonQuery(this));
 }