Example #1
0
        public string GetValueUpperBound(uint valno)
        {
            string ret = XapianPINVOKE.Database_GetValueUpperBound(swigCPtr, valno);

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }