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

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