Пример #1
0
        private void Quando_adicionar_ou_atualizar_registro_base()
        {
            _tableWith2Keys.Collumns["Record"].Value = "Teste 1";
            _tableWith2Keys.Collumns["Key1"].Value   = "1";
            _tableWith2Keys.Collumns["Key2"].Value   = "2";
            _tableWith2Keys.Add();

            _tableWith2Keys.Collumns["Record"].Value = "Fabio Teste 2";
            _tableWith2Keys.Update();
        }