Exemple #1
0
 public override NeoDatis.Odb.Core.Query.Execution.IQueryExecutionPlan GetExecutionPlan
     ()
 {
     NeoDatis.Odb.Core.Query.Execution.IQueryExecutionPlan plan = new NeoDatis.Odb.Impl.Core.Query.NQ.NativeQueryExecutionPlan
                                                                      (classInfo, query);
     return(plan);
 }
		public override NeoDatis.Odb.Core.Query.Execution.IQueryExecutionPlan GetExecutionPlan
			()
		{
			NeoDatis.Odb.Core.Query.Execution.IQueryExecutionPlan plan = new NeoDatis.Odb.Impl.Core.Query.NQ.NativeQueryExecutionPlan
				(classInfo, query);
			return plan;
		}