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

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "DstTEB_WORD";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DstTEB_WORD.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTEB_WORD           = new TEB_WORDDataTable();
     base.Tables.Add(this.tableTEB_WORD);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableTEB_WORD = ((TEB_WORDDataTable)(base.Tables["TEB_WORD"]));
     if ((initTable == true))
     {
         if ((this.tableTEB_WORD != null))
         {
             this.tableTEB_WORD.InitVars();
         }
     }
 }
Exemple #4
0
 internal TEB_WORDRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTEB_WORD = ((TEB_WORDDataTable)(this.Table));
 }