示例#1
0
            public override DataTable Clone()
            {
                DOCGIADataTable cln = ((DOCGIADataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
            public override global::System.Data.DataTable Clone()
            {
                DOCGIADataTable cln = ((DOCGIADataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#3
0
        private void InitClass()
        {
            this.DataSetName        = "dtTKDG";
            this.Prefix             = "";
            this.Namespace          = "http://tempuri.org/dtTKDG.xsd";
            this.Locale             = new System.Globalization.CultureInfo("en-US");
            this.CaseSensitive      = false;
            this.EnforceConstraints = true;
            this.tableMUONSACH      = new MUONSACHDataTable();
            this.Tables.Add(this.tableMUONSACH);
            this.tableDOCGIA = new DOCGIADataTable();
            this.Tables.Add(this.tableDOCGIA);
            ForeignKeyConstraint fkc;

            fkc = new ForeignKeyConstraint("DOCGIAMUONSACH", new DataColumn[] {
                this.tableDOCGIA.MSDGColumn
            }, new DataColumn[] {
                this.tableMUONSACH.MSDGColumn
            });
            this.tableMUONSACH.Constraints.Add(fkc);
            fkc.AcceptRejectRule        = System.Data.AcceptRejectRule.None;
            fkc.DeleteRule              = System.Data.Rule.Cascade;
            fkc.UpdateRule              = System.Data.Rule.Cascade;
            this.relationDOCGIAMUONSACH = new DataRelation("DOCGIAMUONSACH", new DataColumn[] {
                this.tableDOCGIA.MSDGColumn
            }, new DataColumn[] {
                this.tableMUONSACH.MSDGColumn
            }, false);
            this.Relations.Add(this.relationDOCGIAMUONSACH);
        }
示例#4
0
 internal void InitVars()
 {
     this.tableDOCGIA = ((DOCGIADataTable)(this.Tables["DOCGIA"]));
     if ((this.tableDOCGIA != null))
     {
         this.tableDOCGIA.InitVars();
     }
 }
示例#5
0
 private void InitClass()
 {
     this.DataSetName             = "dtDocGia";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dtDocGia.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDOCGIA             = new DOCGIADataTable();
     base.Tables.Add(this.tableDOCGIA);
 }
示例#6
0
 private void InitClass()
 {
     this.DataSetName        = "dtDocGia";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/dtDocGia.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableDOCGIA        = new DOCGIADataTable();
     this.Tables.Add(this.tableDOCGIA);
 }
示例#7
0
 internal void InitVars(bool initTable)
 {
     this.tableDOCGIA = ((DOCGIADataTable)(base.Tables["DOCGIA"]));
     if ((initTable == true))
     {
         if ((this.tableDOCGIA != null))
         {
             this.tableDOCGIA.InitVars();
         }
     }
 }
示例#8
0
 internal void InitVars()
 {
     this.tableMUONSACH = ((MUONSACHDataTable)(this.Tables["MUONSACH"]));
     if ((this.tableMUONSACH != null))
     {
         this.tableMUONSACH.InitVars();
     }
     this.tableDOCGIA = ((DOCGIADataTable)(this.Tables["DOCGIA"]));
     if ((this.tableDOCGIA != null))
     {
         this.tableDOCGIA.InitVars();
     }
     this.relationDOCGIAMUONSACH = this.Relations["DOCGIAMUONSACH"];
 }
示例#9
0
 internal void InitVars()
 {
     this.tableDOCGIA = ((DOCGIADataTable)(this.Tables["DOCGIA"]));
     if ((this.tableDOCGIA != null))
     {
         this.tableDOCGIA.InitVars();
     }
     this.tableMUONSACH = ((MUONSACHDataTable)(this.Tables["MUONSACH"]));
     if ((this.tableMUONSACH != null))
     {
         this.tableMUONSACH.InitVars();
     }
     this.tableCHITIETPHIEUMUON = ((CHITIETPHIEUMUONDataTable)(this.Tables["CHITIETPHIEUMUON"]));
     if ((this.tableCHITIETPHIEUMUON != null))
     {
         this.tableCHITIETPHIEUMUON.InitVars();
     }
     this.relationMUONSACHCHITIETPHIEUMUON = this.Relations["MUONSACHCHITIETPHIEUMUON"];
     this.relationDOCGIAMUONSACH           = this.Relations["DOCGIAMUONSACH"];
 }
示例#10
0
 internal DOCGIARow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableDOCGIA = ((DOCGIADataTable)(this.Table));
 }
示例#11
0
 internal DOCGIARow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableDOCGIA = ((DOCGIADataTable)(this.Table));
 }