コード例 #1
0
        public Glsacheckfornull GLSACheckForNull(Glsacheckfornull glsacheckfornull)
        {
            var result = new Glsacheckfornull();

            var pdsglsacheckfornull = new pdsglsacheckfornullDataSet();

            DataRow ttblglsacheckfornullCriteria = pdsglsacheckfornull.ttblglsacheckfornull.NewttblglsacheckfornullRow();

            Glsacheckfornull.UpdateRowFromGlsacheckfornull(ref ttblglsacheckfornullCriteria, glsacheckfornull);
            pdsglsacheckfornull.ttblglsacheckfornull.AddttblglsacheckfornullRow((pdsglsacheckfornullDataSet.ttblglsacheckfornullRow)ttblglsacheckfornullCriteria);

            string cErrorMessage = string.Empty;


            NLogLoggerP.Trace("GLSACheckForNull - Asglinquiry - Before Call");
            StopwatchUtil.Time(
                () =>
            {
                using (var poAsglinquiryproxy = this.proxyAppObject.CreatePO_asglinquiryproxy())
                {
                    this.SetRequiredContextParameters();
                    poAsglinquiryproxy.GLSACheckForNull(ref pdsContext, ref pdsglsacheckfornull, out cErrorMessage);
                }
            });
            NLogLoggerP.Info("GLSACheckForNull - Asglinquiry - After Call");


            this.ReportErrors(cErrorMessage);
            this.ReportErrors(this.pdsContext);
            this.ReportErrors(pdsglsacheckfornull);

            if (pdsglsacheckfornull.ttblglsacheckfornull.Count > 0)
            {
                result = Glsacheckfornull.BuildGlsacheckfornullFromRow(pdsglsacheckfornull.ttblglsacheckfornull[0]);
            }


            return(result);
        }
コード例 #2
0
 public Glsacheckfornull GLSACheckForNull(Glsacheckfornull glsacheckfornull)
 {
     return(this.adapter.GLSACheckForNull(glsacheckfornull));
 }
コード例 #3
0
 public Glsacheckfornull GLSACheckForNull(Glsacheckfornull glsacheckfornull)
 {
     return(this.repository.GLSACheckForNull(glsacheckfornull));
 }