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

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