Ejemplo n.º 1
0
 /// <summary>Delete an object from the database with the id</summary>
 /// <param name="oid">The object id to be deleted</param>
 /// <></>
 public virtual void DeleteObjectWithId(NeoDatis.Odb.OID oid)
 {
     storageEngine.DeleteObjectWithOid(oid);
 }