예제 #1
0
			/// <exception cref="System.Exception"></exception>
			public void Run()
			{
				Predicate fatalErrorPredicate = new NativeQueryTestCase.FatalErrorPredicate();
				this._enclosing.Db().Query(fatalErrorPredicate);
			}
            /// <exception cref="System.Exception"></exception>
            public void Run()
            {
                Predicate fatalErrorPredicate = new NativeQueryTestCase.FatalErrorPredicate();

                this._enclosing.Db().Query(fatalErrorPredicate);
            }