public override DataSet Clone() { OSRAZMJESTAJDataSet set = (OSRAZMJESTAJDataSet)base.Clone(); set.InitVars(); return(set); }
public virtual int Fill(OSRAZMJESTAJDataSet dataSet, Guid iDOSRAZMJESTAJ) { if (!this.FillByIDOSRAZMJESTAJ(dataSet, iDOSRAZMJESTAJ)) { throw new OSRAZMJESTAJNotFoundException(string.Format(CultureInfo.InvariantCulture, this.resourceManager.GetString("inex"), new object[] { this.resourceManagerTables.GetString("OSRAZMJESTAJ") })); } return(0); }
public virtual int Fill(DataSet dataSet) { this.OSRAZMJESTAJSet = (OSRAZMJESTAJDataSet)dataSet; if (this.OSRAZMJESTAJSet != null) { return(this.Fill(this.OSRAZMJESTAJSet)); } this.OSRAZMJESTAJSet = new OSRAZMJESTAJDataSet(); this.Fill(this.OSRAZMJESTAJSet); dataSet.Merge(this.OSRAZMJESTAJSet); return(0); }
public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs) { OSRAZMJESTAJDataSet set = new OSRAZMJESTAJDataSet(); 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(OSRAZMJESTAJDataSet dataSet, int startRow, int maxRows) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.OSRAZMJESTAJSet = dataSet; try { this.LoadChildOsrazmjestaj(startRow, maxRows); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual int FillPageByINVBROJ(OSRAZMJESTAJDataSet dataSet, long iNVBROJ, int startRow, int maxRows) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.OSRAZMJESTAJSet = dataSet; this.rowOSRAZMJESTAJ = this.OSRAZMJESTAJSet.OSRAZMJESTAJ.NewOSRAZMJESTAJRow(); this.rowOSRAZMJESTAJ.INVBROJ = iNVBROJ; try { this.LoadByINVBROJ(startRow, maxRows); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual int FillByIDLOKACIJE(OSRAZMJESTAJDataSet dataSet, int iDLOKACIJE) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.OSRAZMJESTAJSet = dataSet; this.rowOSRAZMJESTAJ = this.OSRAZMJESTAJSet.OSRAZMJESTAJ.NewOSRAZMJESTAJRow(); this.rowOSRAZMJESTAJ.IDLOKACIJE = iDLOKACIJE; try { this.LoadByIDLOKACIJE(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } return(0); }
public virtual bool FillByIDOSRAZMJESTAJ(OSRAZMJESTAJDataSet dataSet, Guid iDOSRAZMJESTAJ) { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.OSRAZMJESTAJSet = dataSet; this.rowOSRAZMJESTAJ = this.OSRAZMJESTAJSet.OSRAZMJESTAJ.NewOSRAZMJESTAJRow(); this.rowOSRAZMJESTAJ.IDOSRAZMJESTAJ = iDOSRAZMJESTAJ; try { this.LoadByIDOSRAZMJESTAJ(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } if (this.RcdFound279 == 0) { return(false); } return(true); }
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType type2 = new XmlSchemaComplexType(); XmlSchemaSequence sequence = new XmlSchemaSequence(); OSRAZMJESTAJDataSet set = new OSRAZMJESTAJDataSet(); 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 int Fill(OSRAZMJESTAJDataSet dataSet) { if (this.fillDataParameters != null) { Guid iDOSRAZMJESTAJ = new Guid(this.fillDataParameters[0].Value.ToString()); this.Fill(dataSet, iDOSRAZMJESTAJ); } else { try { this.InitializeMembers(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.OSRAZMJESTAJSet = dataSet; this.LoadChildOsrazmjestaj(0, -1); dataSet.AcceptChanges(); } finally { this.Cleanup(); } } return(0); }
public virtual int Update(DataSet dataSet) { this.InitializeMembers(); this.OSRAZMJESTAJSet = (OSRAZMJESTAJDataSet)dataSet; this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); if (this.OSRAZMJESTAJSet == null) { throw new ArgumentException(this.resourceManager.GetString("nulldset")); } try { IEnumerator enumerator = null; this.connDefault.BeginTransaction(); try { enumerator = this.OSRAZMJESTAJSet.OSRAZMJESTAJ.GetEnumerator(); while (enumerator.MoveNext()) { OSRAZMJESTAJDataSet.OSRAZMJESTAJRow current = (OSRAZMJESTAJDataSet.OSRAZMJESTAJRow)enumerator.Current; this.rowOSRAZMJESTAJ = current; if (Helpers.IsRowChanged(this.rowOSRAZMJESTAJ)) { this.ReadRowOsrazmjestaj(); if (this.rowOSRAZMJESTAJ.RowState == DataRowState.Added) { this.InsertOsrazmjestaj(); } else { if (this._Gxremove) { this.Delete(); continue; } this.UpdateOsrazmjestaj(); } } } } 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.OSRAZMJESTAJSet = new OSRAZMJESTAJDataSet(); this.Initialize(); this.dsDefault = new DataStore(new SqlServer2005Handler(), "System.Data.SqlClient", Configuration.ConnectionString, DeklaritTransaction.TransactionSlotName); }
public virtual int Fill(OSRAZMJESTAJDataSet dataSet, IDataRecord dataRecord) { return(this.Fill(dataSet, (Guid)dataRecord["IDOSRAZMJESTAJ"])); }