Exemple #1
0
            private object ObjectFor(Transaction trans, IObjectInfo info)
            {
                int id = (int)info.GetInternalID();
                HardObjectReference @ref = HardObjectReference.PeekPersisted(trans, id, 1);

                return(@ref._object);
            }
 private HardObjectReference Peek(int id)
 {
     return(HardObjectReference.PeekPersisted(Trans(), id, 1));
 }