Beispiel #1
0
        private bool _Computed()
        {
            bool ret = CommonPINVOKE.DataColumn__Computed(swigCPtr);

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