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

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