Ejemplo n.º 1
0
        public override DataSet Clone()
        {
            RAD1VEZASPOLDataSet set = (RAD1VEZASPOLDataSet)base.Clone();

            set.InitVars();
            return(set);
        }
Ejemplo n.º 2
0
 public virtual int Fill(RAD1VEZASPOLDataSet dataSet, int rAD1SPOLID, int iDSPOL)
 {
     if (!this.FillByRAD1SPOLIDIDSPOL(dataSet, rAD1SPOLID, iDSPOL))
     {
         throw new RAD1VEZASPOLNotFoundException(string.Format(CultureInfo.InvariantCulture, this.resourceManager.GetString("inex"), new object[] { this.resourceManagerTables.GetString("RAD1VEZASPOL") }));
     }
     return(0);
 }
Ejemplo n.º 3
0
 public virtual int Fill(DataSet dataSet)
 {
     this.RAD1VEZASPOLSet = (RAD1VEZASPOLDataSet)dataSet;
     if (this.RAD1VEZASPOLSet != null)
     {
         return(this.Fill(this.RAD1VEZASPOLSet));
     }
     this.RAD1VEZASPOLSet = new RAD1VEZASPOLDataSet();
     this.Fill(this.RAD1VEZASPOLSet);
     dataSet.Merge(this.RAD1VEZASPOLSet);
     return(0);
 }
Ejemplo n.º 4
0
        public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs)
        {
            RAD1VEZASPOLDataSet  set      = new RAD1VEZASPOLDataSet();
            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);
        }
Ejemplo n.º 5
0
 public virtual int FillPage(RAD1VEZASPOLDataSet dataSet, int startRow, int maxRows)
 {
     this.InitializeMembers();
     this.connDefault     = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.RAD1VEZASPOLSet = dataSet;
     try
     {
         this.LoadChildRad1vezaspol(startRow, maxRows);
         dataSet.AcceptChanges();
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }
Ejemplo n.º 6
0
 public virtual int FillPageByRAD1SPOLID(RAD1VEZASPOLDataSet dataSet, int rAD1SPOLID, int startRow, int maxRows)
 {
     this.InitializeMembers();
     this.connDefault                = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.RAD1VEZASPOLSet            = dataSet;
     this.rowRAD1VEZASPOL            = this.RAD1VEZASPOLSet.RAD1VEZASPOL.NewRAD1VEZASPOLRow();
     this.rowRAD1VEZASPOL.RAD1SPOLID = rAD1SPOLID;
     try
     {
         this.LoadByRAD1SPOLID(startRow, maxRows);
         dataSet.AcceptChanges();
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }
Ejemplo n.º 7
0
 public virtual int FillByIDSPOL(RAD1VEZASPOLDataSet dataSet, int iDSPOL)
 {
     this.InitializeMembers();
     this.connDefault            = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.RAD1VEZASPOLSet        = dataSet;
     this.rowRAD1VEZASPOL        = this.RAD1VEZASPOLSet.RAD1VEZASPOL.NewRAD1VEZASPOLRow();
     this.rowRAD1VEZASPOL.IDSPOL = iDSPOL;
     try
     {
         this.LoadByIDSPOL(0, -1);
         dataSet.AcceptChanges();
     }
     finally
     {
         this.Cleanup();
     }
     return(0);
 }
Ejemplo n.º 8
0
            public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
            {
                XmlSchemaComplexType type2    = new XmlSchemaComplexType();
                XmlSchemaSequence    sequence = new XmlSchemaSequence();
                RAD1VEZASPOLDataSet  set      = new RAD1VEZASPOLDataSet();

                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);
            }
Ejemplo n.º 9
0
 public virtual bool FillByRAD1SPOLIDIDSPOL(RAD1VEZASPOLDataSet dataSet, int rAD1SPOLID, int iDSPOL)
 {
     this.InitializeMembers();
     this.connDefault                = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
     this.RAD1VEZASPOLSet            = dataSet;
     this.rowRAD1VEZASPOL            = this.RAD1VEZASPOLSet.RAD1VEZASPOL.NewRAD1VEZASPOLRow();
     this.rowRAD1VEZASPOL.RAD1SPOLID = rAD1SPOLID;
     this.rowRAD1VEZASPOL.IDSPOL     = iDSPOL;
     try
     {
         this.LoadByRAD1SPOLIDIDSPOL(0, -1);
         dataSet.AcceptChanges();
     }
     finally
     {
         this.Cleanup();
     }
     if (this.RcdFound285 == 0)
     {
         return(false);
     }
     return(true);
 }
Ejemplo n.º 10
0
 public virtual int Fill(RAD1VEZASPOLDataSet dataSet)
 {
     if (this.fillDataParameters != null)
     {
         this.Fill(dataSet, int.Parse(this.fillDataParameters[0].Value.ToString()), int.Parse(this.fillDataParameters[1].Value.ToString()));
     }
     else
     {
         try
         {
             this.InitializeMembers();
             this.connDefault     = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
             this.RAD1VEZASPOLSet = dataSet;
             this.LoadChildRad1vezaspol(0, -1);
             dataSet.AcceptChanges();
         }
         finally
         {
             this.Cleanup();
         }
     }
     return(0);
 }
Ejemplo n.º 11
0
        public virtual int Update(DataSet dataSet)
        {
            this.InitializeMembers();
            this.RAD1VEZASPOLSet = (RAD1VEZASPOLDataSet)dataSet;
            this.connDefault     = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction);
            if (this.RAD1VEZASPOLSet == null)
            {
                throw new ArgumentException(this.resourceManager.GetString("nulldset"));
            }
            try
            {
                IEnumerator enumerator = null;
                this.connDefault.BeginTransaction();
                try
                {
                    enumerator = this.RAD1VEZASPOLSet.RAD1VEZASPOL.GetEnumerator();
                    while (enumerator.MoveNext())
                    {
                        RAD1VEZASPOLDataSet.RAD1VEZASPOLRow current = (RAD1VEZASPOLDataSet.RAD1VEZASPOLRow)enumerator.Current;
                        this.rowRAD1VEZASPOL = current;
                        if (Helpers.IsRowChanged(this.rowRAD1VEZASPOL))
                        {
                            this.ReadRowRad1vezaspol();
                            if (this.rowRAD1VEZASPOL.RowState == DataRowState.Added)
                            {
                                this.InsertRad1vezaspol();
                            }
                            else
                            {
                                if (this._Gxremove)
                                {
                                    this.Delete();
                                    continue;
                                }
                                this.UpdateRad1vezaspol();
                            }
                        }
                    }
                }
                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);
        }
Ejemplo n.º 12
0
 private void InitializeMembers()
 {
     this.RAD1VEZASPOLSet = new RAD1VEZASPOLDataSet();
     this.Initialize();
     this.dsDefault = new DataStore(new SqlServer2005Handler(), "System.Data.SqlClient", Configuration.ConnectionString, DeklaritTransaction.TransactionSlotName);
 }
Ejemplo n.º 13
0
 public virtual int Fill(RAD1VEZASPOLDataSet dataSet, IDataRecord dataRecord)
 {
     return(this.Fill(dataSet, Conversions.ToInteger(dataRecord["RAD1SPOLID"]), Conversions.ToInteger(dataRecord["IDSPOL"])));
 }