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

                cln.InitVars();
                return(cln);
            }
Example #2
0
 internal void InitVars()
 {
     this.tableQUYENSACH = ((QUYENSACHDataTable)(this.Tables["QUYENSACH"]));
     if ((this.tableQUYENSACH != null))
     {
         this.tableQUYENSACH.InitVars();
     }
 }
Example #3
0
 private void InitClass()
 {
     this.DataSetName             = "dtSach";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dtSach.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableQUYENSACH          = new QUYENSACHDataTable();
     base.Tables.Add(this.tableQUYENSACH);
 }
Example #4
0
 internal void InitVars(bool initTable)
 {
     this.tableQUYENSACH = ((QUYENSACHDataTable)(base.Tables["QUYENSACH"]));
     if ((initTable == true))
     {
         if ((this.tableQUYENSACH != null))
         {
             this.tableQUYENSACH.InitVars();
         }
     }
 }
Example #5
0
 private void InitClass()
 {
     this.DataSetName        = "dtSach";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/dtSach.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableQUYENSACH     = new QUYENSACHDataTable();
     this.Tables.Add(this.tableQUYENSACH);
 }
Example #6
0
 internal QUYENSACHRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableQUYENSACH = ((QUYENSACHDataTable)(this.Table));
 }
Example #7
0
 internal QUYENSACHRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableQUYENSACH = ((QUYENSACHDataTable)(this.Table));
 }