Exemplo n.º 1
0
            public override DataTable Clone()
            {
                tlg_RemitoDataTable cln = ((tlg_RemitoDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 internal void InitVars()
 {
     this.tabletlg_Remito = ((tlg_RemitoDataTable)(this.Tables["tlg_Remito"]));
     if ((this.tabletlg_Remito != null))
     {
         this.tabletlg_Remito.InitVars();
     }
 }
Exemplo n.º 3
0
 private void InitClass()
 {
     this.DataSetName        = "tlg_RemitoExDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/tlg_RemitoEx.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletlg_Remito    = new tlg_RemitoDataTable();
     this.Tables.Add(this.tabletlg_Remito);
 }
Exemplo n.º 4
0
 internal tlg_RemitoRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletlg_Remito = ((tlg_RemitoDataTable)(this.Table));
 }