public override DataSet Clone() { RAD1GELEMENTIVEZADataSet set = (RAD1GELEMENTIVEZADataSet)base.Clone(); set.InitVars(); return(set); }
public virtual int Fill(RAD1GELEMENTIVEZADataSet dataSet, int rAD1GELEMENTIID, int iDELEMENT) { if (!this.FillByRAD1GELEMENTIIDIDELEMENT(dataSet, rAD1GELEMENTIID, iDELEMENT)) { throw new RAD1GELEMENTIVEZANotFoundException(string.Format(CultureInfo.InvariantCulture, this.resourceManager.GetString("inex"), new object[] { this.resourceManagerTables.GetString("RAD1GELEMENTIVEZA") })); } return(0); }
public virtual int Fill(DataSet dataSet) { this.RAD1GELEMENTIVEZASet = (RAD1GELEMENTIVEZADataSet)dataSet; if (this.RAD1GELEMENTIVEZASet != null) { return(this.Fill(this.RAD1GELEMENTIVEZASet)); } this.RAD1GELEMENTIVEZASet = new RAD1GELEMENTIVEZADataSet(); this.Fill(this.RAD1GELEMENTIVEZASet); dataSet.Merge(this.RAD1GELEMENTIVEZASet); return(0); }
public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs) { RAD1GELEMENTIVEZADataSet set = new RAD1GELEMENTIVEZADataSet(); 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); }
public virtual int FillPage(RAD1GELEMENTIVEZADataSet dataSet, int startRow, int maxRows) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.RAD1GELEMENTIVEZASet = dataSet; try { this.LoadChildRad1gelementiveza(startRow, maxRows); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual int FillPageByRAD1GELEMENTIID(RAD1GELEMENTIVEZADataSet dataSet, int rAD1GELEMENTIID, int startRow, int maxRows) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.RAD1GELEMENTIVEZASet = dataSet; this.rowRAD1GELEMENTIVEZA = this.RAD1GELEMENTIVEZASet.RAD1GELEMENTIVEZA.NewRAD1GELEMENTIVEZARow(); this.rowRAD1GELEMENTIVEZA.RAD1GELEMENTIID = rAD1GELEMENTIID; try { this.LoadByRAD1GELEMENTIID(startRow, maxRows); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual int FillByIDELEMENT(RAD1GELEMENTIVEZADataSet dataSet, int iDELEMENT) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.RAD1GELEMENTIVEZASet = dataSet; this.rowRAD1GELEMENTIVEZA = this.RAD1GELEMENTIVEZASet.RAD1GELEMENTIVEZA.NewRAD1GELEMENTIVEZARow(); this.rowRAD1GELEMENTIVEZA.IDELEMENT = iDELEMENT; try { this.LoadByIDELEMENT(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType type2 = new XmlSchemaComplexType(); XmlSchemaSequence sequence = new XmlSchemaSequence(); RAD1GELEMENTIVEZADataSet set = new RAD1GELEMENTIVEZADataSet(); 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); }
public virtual bool FillByRAD1GELEMENTIIDIDELEMENT(RAD1GELEMENTIVEZADataSet dataSet, int rAD1GELEMENTIID, int iDELEMENT) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.RAD1GELEMENTIVEZASet = dataSet; this.rowRAD1GELEMENTIVEZA = this.RAD1GELEMENTIVEZASet.RAD1GELEMENTIVEZA.NewRAD1GELEMENTIVEZARow(); this.rowRAD1GELEMENTIVEZA.RAD1GELEMENTIID = rAD1GELEMENTIID; this.rowRAD1GELEMENTIVEZA.IDELEMENT = iDELEMENT; try { this.LoadByRAD1GELEMENTIIDIDELEMENT(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } if (this.RcdFound286 == 0) { return(false); } return(true); }
public virtual int Fill(RAD1GELEMENTIVEZADataSet 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.RAD1GELEMENTIVEZASet = dataSet; this.LoadChildRad1gelementiveza(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } } return(0); }
public virtual int Update(DataSet dataSet) { this.InitializeMembers(); this.RAD1GELEMENTIVEZASet = (RAD1GELEMENTIVEZADataSet)dataSet; this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); if (this.RAD1GELEMENTIVEZASet == null) { throw new ArgumentException(this.resourceManager.GetString("nulldset")); } try { IEnumerator enumerator = null; this.connDefault.BeginTransaction(); try { enumerator = this.RAD1GELEMENTIVEZASet.RAD1GELEMENTIVEZA.GetEnumerator(); while (enumerator.MoveNext()) { RAD1GELEMENTIVEZADataSet.RAD1GELEMENTIVEZARow current = (RAD1GELEMENTIVEZADataSet.RAD1GELEMENTIVEZARow)enumerator.Current; this.rowRAD1GELEMENTIVEZA = current; if (Helpers.IsRowChanged(this.rowRAD1GELEMENTIVEZA)) { this.ReadRowRad1gelementiveza(); if (this.rowRAD1GELEMENTIVEZA.RowState == DataRowState.Added) { this.InsertRad1gelementiveza(); } else { if (this._Gxremove) { this.Delete(); continue; } this.UpdateRad1gelementiveza(); } } } } 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); }
private void InitializeMembers() { this.RAD1GELEMENTIVEZASet = new RAD1GELEMENTIVEZADataSet(); this.Initialize(); this.dsDefault = new DataStore(new SqlServer2005Handler(), "System.Data.SqlClient", Configuration.ConnectionString, DeklaritTransaction.TransactionSlotName); }
public virtual int Fill(RAD1GELEMENTIVEZADataSet dataSet, IDataRecord dataRecord) { return(this.Fill(dataSet, Conversions.ToInteger(dataRecord["RAD1GELEMENTIID"]), Conversions.ToInteger(dataRecord["IDELEMENT"]))); }