Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                TCONF_WORDDataTable cln = ((TCONF_WORDDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "DstTCONF_WORD";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DstTCONF_WORD.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTCONF_WORD         = new TCONF_WORDDataTable();
     base.Tables.Add(this.tableTCONF_WORD);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableTCONF_WORD = ((TCONF_WORDDataTable)(base.Tables["TCONF_WORD"]));
     if ((initTable == true))
     {
         if ((this.tableTCONF_WORD != null))
         {
             this.tableTCONF_WORD.InitVars();
         }
     }
 }
Пример #4
0
 internal TCONF_WORDRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTCONF_WORD = ((TCONF_WORDDataTable)(this.Table));
 }