public int DeleteByObjectKeys(IEnumerable <object> keys) { return(_table.DeleteByKeysCore(this, keys.OfType <K>())); }