Example #1
0
            public override DataTable Clone()
            {
                tsh_ConversionesDataTable cln = ((tsh_ConversionesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tabletsh_Conversiones = ((tsh_ConversionesDataTable)(this.Tables["tsh_Conversiones"]));
     if ((this.tabletsh_Conversiones != null))
     {
         this.tabletsh_Conversiones.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName           = "tsh_ConversionesDataset";
     this.Prefix                = "";
     this.Namespace             = "http://tempuri.org/tsh_Conversiones.xsd";
     this.Locale                = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive         = false;
     this.EnforceConstraints    = true;
     this.tabletsh_Conversiones = new tsh_ConversionesDataTable();
     this.Tables.Add(this.tabletsh_Conversiones);
 }
Example #4
0
 internal tsh_ConversionesRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletsh_Conversiones = ((tsh_ConversionesDataTable)(this.Table));
 }