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

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsFactura";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsFactura.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("en-US");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableListadoEmbarque    = new ListadoEmbarqueDataTable();
     base.Tables.Add(this.tableListadoEmbarque);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableListadoEmbarque = ((ListadoEmbarqueDataTable)(base.Tables["ListadoEmbarque"]));
     if ((initTable == true))
     {
         if ((this.tableListadoEmbarque != null))
         {
             this.tableListadoEmbarque.InitVars();
         }
     }
 }
コード例 #4
0
 internal ListadoEmbarqueRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableListadoEmbarque = ((ListadoEmbarqueDataTable)(this.Table));
 }