Example #1
0
        public virtual DataType GetDataType()
        {
            DataType ret = (DataType)EfficioRuntimePINVOKE.Data_GetDataType(swigCPtr);

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