Exemplo n.º 1
0
 internal bool <.cctor> b__4_0(DbRootCtxt ctxt)
 {
     if ((0 < ctxt.AktnLmt) && (ctxt.AktnLmt < ctxt.ActionCollection.Count))
     {
         return(false);
     }
     return(true);
 }
Exemplo n.º 2
0
 internal ITable <.cctor> b__7_1(DbRootCtxt ctx, string x)
 {
     object[] parameters = new object[] { Type.GetType(x) };
     return((ITable)CtxtXtnz.FuncGetTableMethod.Invoke(ctx).Invoke(ctx, parameters));
 }
Exemplo n.º 3
0
 internal MethodInfo <.cctor> b__7_0(DbRootCtxt ctx)
 {
     Type[] types = new Type[] { typeof(Type) };
     return(ctx.GetType().GetMethod("GetTable", types));
 }