private void InitClass() { base.DataSetName = "DsNpStat"; base.Prefix = ""; base.Namespace = "http://tempuri.org/DsNpStat.xsd"; base.EnforceConstraints = true; this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; this.tableV_NpStat = new V_NpStatDataTable(); base.Tables.Add(this.tableV_NpStat); }
internal void InitVars(bool initTable) { this.tableV_NpStat = (V_NpStatDataTable) base.Tables["V_NpStat"]; if (initTable && (this.tableV_NpStat != null)) { this.tableV_NpStat.InitVars(); } }