Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                crewhoursDataTable cln = ((crewhoursDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 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);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tablecrewhours = ((crewhoursDataTable)(base.Tables["crewhours"]));
     if ((initTable == true))
     {
         if ((this.tablecrewhours != null))
         {
             this.tablecrewhours.InitVars();
         }
     }
 }
Beispiel #4
0
 internal crewhoursRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablecrewhours = ((crewhoursDataTable)(this.Table));
 }