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

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