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