Example #1
0
        private string _Name()
        {
            string ret = CommonPINVOKE.DataColumn__Name(swigCPtr);

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