public override global::System.Data.DataTable Clone() { DataTableReportDataTable cln = ((DataTableReportDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "DataSetReport"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSetReport.xsd"; this.Locale = new global::System.Globalization.CultureInfo("he-IL"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableDataTableReport = new DataTableReportDataTable(); base.Tables.Add(this.tableDataTableReport); }
internal void InitVars(bool initTable) { this.tableDataTableReport = ((DataTableReportDataTable)(base.Tables["DataTableReport"])); if ((initTable == true)) { if ((this.tableDataTableReport != null)) { this.tableDataTableReport.InitVars(); } } }
internal DataTableReportRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableDataTableReport = ((DataTableReportDataTable)(this.Table)); }