예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                SubFoodDataTableDataTable cln = ((SubFoodDataTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "SubFoodDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/SubFoodDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSubFoodDataTable   = new SubFoodDataTableDataTable();
     base.Tables.Add(this.tableSubFoodDataTable);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableSubFoodDataTable = ((SubFoodDataTableDataTable)(base.Tables["SubFoodDataTable"]));
     if ((initTable == true))
     {
         if ((this.tableSubFoodDataTable != null))
         {
             this.tableSubFoodDataTable.InitVars();
         }
     }
 }
예제 #4
0
 internal SubFoodDataTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSubFoodDataTable = ((SubFoodDataTableDataTable)(this.Table));
 }