Пример #1
0
        public bool IsNull(string columnName)
        {
            bool ret = CommonPINVOKE.DataRow_IsNull__SWIG_1(swigCPtr, columnName);

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