Esempio n. 1
0
        public bool HasPersistentReactor(ObjectId objId)
        {
            createInstance();
            bool HasPersistentR = BaseDBObject.HasPersistentReactor(objId);

            tr.Dispose();
            return(HasPersistentR);
        }