public override global::System.Data.DataTable Clone() { RateLogDataTable cln = ((RateLogDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "Log"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/Log.xsd"; this.Locale = new global::System.Globalization.CultureInfo("en-ZA"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableRateLog = new RateLogDataTable(); base.Tables.Add(this.tableRateLog); }
internal void InitVars(bool initTable) { this.tableRateLog = ((RateLogDataTable)(base.Tables["RateLog"])); if ((initTable == true)) { if ((this.tableRateLog != null)) { this.tableRateLog.InitVars(); } } }
internal RateLogRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableRateLog = ((RateLogDataTable)(this.Table)); }