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

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