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

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "NewDataSet";
     this.Prefix                  = "";
     this.Namespace               = "urn:schemas-microsoft-com:xml-msdatasource";
     this.Locale                  = new global::System.Globalization.CultureInfo("");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDataSetUISetting   = new DataSetUISettingDataTable();
     base.Tables.Add(this.tableDataSetUISetting);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableDataSetUISetting = ((DataSetUISettingDataTable)(base.Tables["DataSetUISetting"]));
     if ((initTable == true))
     {
         if ((this.tableDataSetUISetting != null))
         {
             this.tableDataSetUISetting.InitVars();
         }
     }
 }
Exemple #4
0
 internal DataSetUISettingRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDataSetUISetting = ((DataSetUISettingDataTable)(this.Table));
 }