/// <summary> /// /// </summary> /// <param name="hvo"></param> /// <returns></returns> public bool get_IsDummyId(int hvo) { return(m_sda.get_IsDummyId(hvo)); }
/// <summary> /// Test whether the specified ID is in the range of dummy objects that have been /// allocated by this cache. Note that a true result does NOT guarantee that we have /// the necessary class information to create, say, an FDO object. You may want to /// also check IsValidObject (which in this case will be fast) if this returns true. ///</summary> /// <param name='hvo'> </param> /// <returns></returns> public virtual bool get_IsDummyId(int hvo) { return(m_baseSda.get_IsDummyId(hvo)); }