Beispiel #1
0
        private DataTable _Parent()
        {
            global::System.IntPtr cPtr = CommonPINVOKE.DataColumn__Parent(swigCPtr);
            DataTable             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DataTable(cPtr, true);

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