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

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