private void InitClass() { base.DataSetName = "AlertCustomerExpressionDS"; base.Prefix = ""; base.Namespace = "http://tempuri.org/AlertCustomerExpressionDS.xsd"; base.EnforceConstraints = true; this.SchemaSerializationMode = SchemaSerializationMode.IncludeSchema; this.tableAlertCollection = new AlertCustomerExpressionDS.AlertCollectionDataTable(); base.Tables.Add(this.tableAlertCollection); }
internal AlertCollectionRow(DataRowBuilder rb) : base(rb) { this.tableAlertCollection = (AlertCustomerExpressionDS.AlertCollectionDataTable)base.Table; }
internal void InitVars(bool initTable) { this.tableAlertCollection = (AlertCustomerExpressionDS.AlertCollectionDataTable)base.Tables["AlertCollection"]; if (initTable) { if (this.tableAlertCollection != null) { this.tableAlertCollection.InitVars(); } } }