Exemplo n.º 1
0
        protected override IForeignKey CreateItem(string name)
        {
            var command = new AlterForeignKeyCommand(_command, name);

            _command.Add(command);
            return(new ExistingForeignKey(command));
        }
Exemplo n.º 2
0
 public ExistingForeignKey(AlterForeignKeyCommand command)
 {
     _command = command;
 }