private void DropPrimaryKey(IKey key) { _operations.Add(OperationFactory.DropPrimaryKeyOperation(key)); }