Example #1
0
 public bool SetupCommand(IDataInteraction interaction)
 {
     interaction.ExecuteText("SELECT @Value1 AS Value1, @Value2 AS Value2, @Value3 AS Value3;");
     interaction.AddParametersWithValues(_values);
     return(interaction.IsValid);
 }