Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                VIEW_S_jz_fkfsDataTable cln = ((VIEW_S_jz_fkfsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet_qtsytj";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet_qtsytj.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableVIEW_S_jz_fkfs     = new VIEW_S_jz_fkfsDataTable();
     base.Tables.Add(this.tableVIEW_S_jz_fkfs);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableVIEW_S_jz_fkfs = ((VIEW_S_jz_fkfsDataTable)(base.Tables["VIEW_S_jz_fkfs"]));
     if ((initTable == true))
     {
         if ((this.tableVIEW_S_jz_fkfs != null))
         {
             this.tableVIEW_S_jz_fkfs.InitVars();
         }
     }
 }
Example #4
0
 internal VIEW_S_jz_fkfsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableVIEW_S_jz_fkfs = ((VIEW_S_jz_fkfsDataTable)(this.Table));
 }