public override global::System.Data.DataTable Clone() { Monthly_Trip_CashewDataTable cln = ((Monthly_Trip_CashewDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "MonthlyTripCashew"; this.Prefix = ""; this.Namespace = "http://tempuri.org/MonthlyTripCashew.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableMonthly_Trip_Cashew = new Monthly_Trip_CashewDataTable(); base.Tables.Add(this.tableMonthly_Trip_Cashew); }
internal void InitVars(bool initTable) { this.tableMonthly_Trip_Cashew = ((Monthly_Trip_CashewDataTable)(base.Tables["Monthly Trip Cashew"])); if ((initTable == true)) { if ((this.tableMonthly_Trip_Cashew != null)) { this.tableMonthly_Trip_Cashew.InitVars(); } } }
internal Monthly_Trip_CashewRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableMonthly_Trip_Cashew = ((Monthly_Trip_CashewDataTable)(this.Table)); }