Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                tmo_indexDataTable cln = ((tmo_indexDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "tmo_index";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/tmo_index.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletmo_index          = new tmo_indexDataTable();
     base.Tables.Add(this.tabletmo_index);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabletmo_index = ((tmo_indexDataTable)(base.Tables["tmo_index"]));
     if ((initTable == true))
     {
         if ((this.tabletmo_index != null))
         {
             this.tabletmo_index.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal tmo_indexRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletmo_index = ((tmo_indexDataTable)(this.Table));
 }