Beispiel #1
0
        public override DataSet Clone()
        {
            UCENIKRSMIDENTDataSet set = (UCENIKRSMIDENTDataSet)base.Clone();

            set.InitVars();
            return(set);
        }
Beispiel #2
0
 public virtual int Fill(UCENIKRSMIDENTDataSet dataSet, string uCENIKRSMIDENT)
 {
     if (!this.FillByUCENIKRSMIDENT(dataSet, uCENIKRSMIDENT))
     {
         throw new UCENIKRSMIDENTNotFoundException(string.Format(CultureInfo.InvariantCulture, this.resourceManager.GetString("inex"), new object[] { this.resourceManagerTables.GetString("UCENIKRSMIDENT") }));
     }
     return(0);
 }
Beispiel #3
0
 public virtual int Fill(DataSet dataSet)
 {
     this.UCENIKRSMIDENTSet = (UCENIKRSMIDENTDataSet)dataSet;
     if (this.UCENIKRSMIDENTSet != null)
     {
         return(this.Fill(this.UCENIKRSMIDENTSet));
     }
     this.UCENIKRSMIDENTSet = new UCENIKRSMIDENTDataSet();
     this.Fill(this.UCENIKRSMIDENTSet);
     dataSet.Merge(this.UCENIKRSMIDENTSet);
     return(0);
 }
Beispiel #4
0
        public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs)
        {
            UCENIKRSMIDENTDataSet set      = new UCENIKRSMIDENTDataSet();
            XmlSchemaComplexType  type2    = new XmlSchemaComplexType();
            XmlSchemaSequence     sequence = new XmlSchemaSequence();

            xs.Add(set.GetSchemaSerializable());
            XmlSchemaAny item = new XmlSchemaAny {
                Namespace = set.Namespace
            };

            sequence.Items.Add(item);
            type2.Particle = sequence;
            return(type2);
        }
Beispiel #5
0
 public virtual int FillPage(UCENIKRSMIDENTDataSet dataSet, int startRow, int maxRows)
 {
     this.InitializeMembers();
     this.connDefault       = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.UCENIKRSMIDENTSet = dataSet;
     try
     {
         this.LoadChildUcenikrsmident(startRow, maxRows);
         dataSet.AcceptChanges();
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }
Beispiel #6
0
 public virtual bool FillByUCENIKRSMIDENT(UCENIKRSMIDENTDataSet dataSet, string uCENIKRSMIDENT)
 {
     this.InitializeMembers();
     this.connDefault       = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.UCENIKRSMIDENTSet = dataSet;
     this.rowUCENIKRSMIDENT = this.UCENIKRSMIDENTSet.UCENIKRSMIDENT.NewUCENIKRSMIDENTRow();
     this.rowUCENIKRSMIDENT.UCENIKRSMIDENT = uCENIKRSMIDENT;
     try
     {
         this.LoadByUCENIKRSMIDENT(0, -1);
         dataSet.AcceptChanges();
     }
     finally
     {
         this.Cleanup();
     }
     if (this.RcdFound296 == 0)
     {
         return(false);
     }
     return(true);
 }
Beispiel #7
0
            public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
            {
                XmlSchemaComplexType  type2    = new XmlSchemaComplexType();
                XmlSchemaSequence     sequence = new XmlSchemaSequence();
                UCENIKRSMIDENTDataSet set      = new UCENIKRSMIDENTDataSet();

                xs.Add(set.GetSchemaSerializable());
                XmlSchemaAny item = new XmlSchemaAny {
                    Namespace = "http://www.w3.org/2001/XMLSchema"
                };
                decimal num = new decimal(0);

                item.MinOccurs       = num;
                item.MaxOccurs       = 79228162514264337593543950335M;
                item.ProcessContents = XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(item);
                XmlSchemaAny any2 = new XmlSchemaAny {
                    Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"
                };

                num                  = new decimal(1);
                any2.MinOccurs       = num;
                any2.ProcessContents = XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                XmlSchemaAttribute attribute = new XmlSchemaAttribute {
                    Name       = "namespace",
                    FixedValue = set.Namespace
                };

                type2.Attributes.Add(attribute);
                XmlSchemaAttribute attribute2 = new XmlSchemaAttribute {
                    Name       = "tableTypeName",
                    FixedValue = "InvoiceDataTable"
                };

                type2.Attributes.Add(attribute2);
                type2.Particle = sequence;
                return(type2);
            }
Beispiel #8
0
 public virtual int Fill(UCENIKRSMIDENTDataSet dataSet)
 {
     if (this.fillDataParameters != null)
     {
         this.Fill(dataSet, this.fillDataParameters[0].Value.ToString());
     }
     else
     {
         try
         {
             this.InitializeMembers();
             this.connDefault       = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
             this.UCENIKRSMIDENTSet = dataSet;
             this.LoadChildUcenikrsmident(0, -1);
             dataSet.AcceptChanges();
         }
         finally
         {
             this.Cleanup();
         }
     }
     return(0);
 }
Beispiel #9
0
        public virtual int Update(DataSet dataSet)
        {
            this.InitializeMembers();
            this.UCENIKRSMIDENTSet = (UCENIKRSMIDENTDataSet)dataSet;
            this.connDefault       = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
            if (this.UCENIKRSMIDENTSet == null)
            {
                throw new ArgumentException(this.resourceManager.GetString("nulldset"));
            }
            try
            {
                IEnumerator enumerator = null;
                this.connDefault.BeginTransaction();
                try
                {
                    enumerator = this.UCENIKRSMIDENTSet.UCENIKRSMIDENT.GetEnumerator();
                    while (enumerator.MoveNext())
                    {
                        UCENIKRSMIDENTDataSet.UCENIKRSMIDENTRow current = (UCENIKRSMIDENTDataSet.UCENIKRSMIDENTRow)enumerator.Current;
                        this.rowUCENIKRSMIDENT = current;
                        if (Helpers.IsRowChanged(this.rowUCENIKRSMIDENT))
                        {
                            this.ReadRowUcenikrsmident();
                            if (this.rowUCENIKRSMIDENT.RowState == DataRowState.Added)
                            {
                                this.InsertUcenikrsmident();
                            }
                            else
                            {
                                if (this._Gxremove)
                                {
                                    this.Delete();
                                    continue;
                                }
                                this.UpdateUcenikrsmident();
                            }
                        }
                    }
                }
                finally
                {
                    if (enumerator is IDisposable)
                    {
                        (enumerator as IDisposable).Dispose();
                    }
                }
                dataSet.AcceptChanges();
                this.connDefault.Commit();
            }
            catch (System.Exception exception1)
            {
                throw exception1;

                //this.connDefault.Rollback();
            }
            finally
            {
                this.Cleanup();
            }
            return(0);
        }
Beispiel #10
0
 private void InitializeMembers()
 {
     this.UCENIKRSMIDENTSet = new UCENIKRSMIDENTDataSet();
     this.Initialize();
     this.dsDefault = new DataStore(new SqlServer2005Handler(), "System.Data.SqlClient", Configuration.ConnectionString, DeklaritTransaction.TransactionSlotName);
 }
Beispiel #11
0
 public virtual int Fill(UCENIKRSMIDENTDataSet dataSet, IDataRecord dataRecord)
 {
     return(this.Fill(dataSet, Conversions.ToString(dataRecord["UCENIKRSMIDENT"])));
 }