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