Beispiel #1
0
 internal orderTypesRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableorderTypes = ((orderTypesDataTable)(this.Table));
 }
Beispiel #2
0
 internal void InitVars()
 {
     this.tableorderTypes = ((orderTypesDataTable)(this.Tables["orderTypes"]));
     if ((this.tableorderTypes != null)) {
         this.tableorderTypes.InitVars();
     }
 }
Beispiel #3
0
 private void InitClass()
 {
     this.DataSetName = "OrderTypes";
     this.Prefix = "";
     this.Namespace = "http://www.tempuri.org/OrderTypes.xsd";
     this.Locale = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableorderTypes = new orderTypesDataTable();
     this.Tables.Add(this.tableorderTypes);
 }