Beispiel #1
0
            public override DataTable Clone()
            {
                tsh_ContactosDataTable cln = ((tsh_ContactosDataTable)(base.Clone()));

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