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

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