Example #1
0
            public override DataTable Clone()
            {
                区域代码DataTable cln = ((区域代码DataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.table区域代码 = ((区域代码DataTable)(this.Tables["区域代码"]));
     if ((this.table区域代码 != null))
     {
         this.table区域代码.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName        = "DataSet1";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/DataSet1.xsd";
     this.Locale             = new System.Globalization.CultureInfo("zh-CN");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.table区域代码          = new 区域代码DataTable();
     this.Tables.Add(this.table区域代码);
 }
Example #4
0
 internal 区域代码Row(DataRowBuilder rb) :
     base(rb)
 {
     this.table区域代码 = ((区域代码DataTable)(this.Table));
 }