コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                no_tableDataTable cln = ((no_tableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "vistaForm";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/vistaForm.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableno_table           = new no_tableDataTable();
     base.Tables.Add(this.tableno_table);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableno_table = ((no_tableDataTable)(base.Tables["no_table"]));
     if ((initTable == true))
     {
         if ((this.tableno_table != null))
         {
             this.tableno_table.InitVars();
         }
     }
 }
コード例 #4
0
 internal no_tableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableno_table = ((no_tableDataTable)(this.Table));
 }