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