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