private void InitClass() { this.DataSetName = "DS_TourFee"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DS_TourFee.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableTourFee = new TourFeeDataTable(); base.Tables.Add(this.tableTourFee); }
internal TourFeeRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableTourFee = ((TourFeeDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableTourFee = ((TourFeeDataTable)(base.Tables["TourFee"])); if ((initTable == true)) { if ((this.tableTourFee != null)) { this.tableTourFee.InitVars(); } } }