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