Esempio n. 1
0
        private DataType _Type()
        {
            DataType ret = (DataType)CommonPINVOKE.DataColumn__Type(swigCPtr);

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