Пример #1
0
        public bool IsNull(int columnIndex)
        {
            bool ret = CommonPINVOKE.DataRow_IsNull__SWIG_0(swigCPtr, columnIndex);

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