Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                dt_BenhNhan_TheoBarcodeDataTable cln = ((dt_BenhNhan_TheoBarcodeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName                  = "Ds_BenhNhan_TheoBarcode";
     this.Prefix                       = "";
     this.Namespace                    = "http://tempuri.org/Ds_BenhNhan_TheoBarcode.xsd";
     this.EnforceConstraints           = true;
     this.SchemaSerializationMode      = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledt_BenhNhan_TheoBarcode = new dt_BenhNhan_TheoBarcodeDataTable();
     base.Tables.Add(this.tabledt_BenhNhan_TheoBarcode);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabledt_BenhNhan_TheoBarcode = ((dt_BenhNhan_TheoBarcodeDataTable)(base.Tables["dt_BenhNhan_TheoBarcode"]));
     if ((initTable == true))
     {
         if ((this.tabledt_BenhNhan_TheoBarcode != null))
         {
             this.tabledt_BenhNhan_TheoBarcode.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal dt_BenhNhan_TheoBarcodeRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledt_BenhNhan_TheoBarcode = ((dt_BenhNhan_TheoBarcodeDataTable)(this.Table));
 }