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

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