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

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