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

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