public override global::System.Data.DataTable Clone() { StockSummaryReportDSDataTable cln = ((StockSummaryReportDSDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "StockSummaryReportDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/StockSummaryReportDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableStockSummaryReportDS = new StockSummaryReportDSDataTable(); base.Tables.Add(this.tableStockSummaryReportDS); }
internal void InitVars(bool initTable) { this.tableStockSummaryReportDS = ((StockSummaryReportDSDataTable)(base.Tables["StockSummaryReportDS"])); if ((initTable == true)) { if ((this.tableStockSummaryReportDS != null)) { this.tableStockSummaryReportDS.InitVars(); } } }
internal StockSummaryReportDSRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableStockSummaryReportDS = ((StockSummaryReportDSDataTable)(this.Table)); }