示例#1
0
 public bool DeleteByObjectKey(object key)
 {
     return(_table.DeleteByKeyCore(this, (K)key));
 }