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