コード例 #1
0
            public override DataTable Clone()
            {
                twf_CaminosDataTable cln = ((twf_CaminosDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 internal void InitVars()
 {
     this.tabletwf_Caminos = ((twf_CaminosDataTable)(this.Tables["twf_Caminos"]));
     if ((this.tabletwf_Caminos != null))
     {
         this.tabletwf_Caminos.InitVars();
     }
 }
コード例 #3
0
 private void InitClass()
 {
     this.DataSetName        = "twf_CaminosDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/twf_Caminos.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tabletwf_Caminos   = new twf_CaminosDataTable();
     this.Tables.Add(this.tabletwf_Caminos);
 }
コード例 #4
0
 internal twf_CaminosRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tabletwf_Caminos = ((twf_CaminosDataTable)(this.Table));
 }