public void AssignString(string exp, string value, bool throwsifnotexists, int update)
 {
     _inner.AssignString(UpdateDataSourceWithIterativeValue(_datasource, update, exp), UpdateDataSourceWithIterativeValue(_datasource, update, value), throwsifnotexists, 0);
 }
 void UpdateResultRegions(IExecutionEnvironment environment, string result, int update)
 {
     environment.AssignString(Result, result, update);
 }
Exemple #3
0
 public void AssignString(string exp, string value, int update)
 {
     _inner.AssignString(UpdateDataSourceWithIterativeValue(_datasource, update, exp), UpdateDataSourceWithIterativeValue(_datasource, update, value), 0);
 }