Beispiel #1
0
 public static void CreateBag(this ETLContext ctx, string name)
 {
     ctx.Bags[name] = ETLGlobal.Create();
 }
Beispiel #2
0
        public static dynamic Create()
        {
            var ctx = new ETLGlobal();

            return(ctx);
        }