示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                CouDataTable cln = ((CouDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet_kexuan";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet_kexuan.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCou                = new CouDataTable();
     base.Tables.Add(this.tableCou);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableCou = ((CouDataTable)(base.Tables["Cou"]));
     if ((initTable == true))
     {
         if ((this.tableCou != null))
         {
             this.tableCou.InitVars();
         }
     }
 }
示例#4
0
 internal CouRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCou = ((CouDataTable)(this.Table));
 }