Exemplo n.º 1
0
 /// <exception cref="System.Exception"></exception>
 public virtual void Test5()
 {
     if (!isLocal)
     {
         return;
     }
     NeoDatis.Odb.ODB odb = Open("get.neodatis");
     NeoDatis.Odb.Core.Query.NQ.SimpleNativeQuery query = new _SimpleNativeQuery_139();
     NeoDatis.Odb.Objects l = odb.GetObjects(query, true, 5, 6);
     odb.Close();
     AssertFalse(l.IsEmpty());
     AssertEquals(1, l.Count);
 }
Exemplo n.º 2
0
		/// <exception cref="System.Exception"></exception>
		public virtual void Test5()
		{
			if (!isLocal)
			{
				return;
			}
			NeoDatis.Odb.ODB odb = Open("get.neodatis");
			NeoDatis.Odb.Core.Query.NQ.SimpleNativeQuery query = new _SimpleNativeQuery_139();
			NeoDatis.Odb.Objects l = odb.GetObjects(query, true, 5, 6);
			odb.Close();
			AssertFalse(l.IsEmpty());
			AssertEquals(1, l.Count);
		}