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

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