private void InitClass() { this.DataSetName = "DataSetGetList"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSetGetList.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableW_Material_list = new W_Material_listDataTable(); base.Tables.Add(this.tableW_Material_list); }
internal W_Material_listRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableW_Material_list = ((W_Material_listDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableW_Material_list = ((W_Material_listDataTable)(base.Tables["W_Material_list"])); if ((initTable == true)) { if ((this.tableW_Material_list != null)) { this.tableW_Material_list.InitVars(); } } }