Пример #1
0
        protected override DataStressFactory CreateFactory(ref string scenario, ref DataSource source)
        {
            SqlClientStressFactory factory = new SqlClientStressFactory();

            factory.Initialize(ref scenario, ref source);
            return(factory);
        }
Пример #2
0
 protected override DataStressFactory CreateFactory(ref string scenario, ref DataSource source)
 {
     SqlClientStressFactory factory = new SqlClientStressFactory();
     factory.Initialize(ref scenario, ref source);
     return factory;
 }