public override DataSet Clone() { sp_id_detaljiDataSet set = (sp_id_detaljiDataSet)base.Clone(); set.InitVars(); return(set); }
public virtual int Fill(sp_id_detaljiDataSet dataSet) { if (this.fillDataParameters == null) { throw new ArgumentException(); } this.Fill(dataSet, this.fillDataParameters[0].Value.ToString(), this.fillDataParameters[1].Value.ToString(), this.fillDataParameters[2].Value.ToString(), short.Parse(this.fillDataParameters[3].Value.ToString())); return(0); }
public virtual int Fill(DataSet dataSet) { this.sp_id_detaljiSet = (sp_id_detaljiDataSet)dataSet; if (this.sp_id_detaljiSet != null) { return(this.Fill(this.sp_id_detaljiSet)); } this.sp_id_detaljiSet = new sp_id_detaljiDataSet(); this.Fill(this.sp_id_detaljiSet); dataSet.Merge(this.sp_id_detaljiSet); return(0); }
public virtual int FillPage(DataSet dataSet, int startRow, int maxRows) { this.sp_id_detaljiSet = (sp_id_detaljiDataSet)dataSet; if (this.sp_id_detaljiSet != null) { return(this.FillPage(this.sp_id_detaljiSet, startRow, maxRows)); } this.sp_id_detaljiSet = new sp_id_detaljiDataSet(); this.FillPage(this.sp_id_detaljiSet, startRow, maxRows); dataSet.Merge(this.sp_id_detaljiSet); return(0); }
public static XmlSchemaComplexType GetTypedDataSetSchema(XmlSchemaSet xs) { sp_id_detaljiDataSet set = new sp_id_detaljiDataSet(); 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(sp_id_detaljiDataSet dataSet, string idobracun, string mjeseCISPLATE, string godinaISPLATE, short vOLONTERI, int startRow, int maxRows) { this.Initialize(); this.connDefault = this.dsDefault.GetReadWriteConnection(this.daCurrentTransaction); this.sp_id_detaljiSet = dataSet; this.rowsp_id_detalji = this.sp_id_detaljiSet.sp_id_detalji.Newsp_id_detaljiRow(); this.SetFillParameters(idobracun, mjeseCISPLATE, godinaISPLATE, vOLONTERI); this.AV8idobrac = idobracun; this.AV9mjeseCI = mjeseCISPLATE; this.AV10godina = godinaISPLATE; this.AV11VOLONT = vOLONTERI; try { this.executePrivate(startRow, maxRows); } finally { this.Cleanup(); } return(0); }
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs) { XmlSchemaComplexType type2 = new XmlSchemaComplexType(); XmlSchemaSequence sequence = new XmlSchemaSequence(); sp_id_detaljiDataSet set = new sp_id_detaljiDataSet(); 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); }