private void InitClassBase() { this.DataSetName = "PLVRSTEIZNOSADataSet"; this.Namespace = "http://www.tempuri.org/PLVRSTEIZNOSA"; this.tablePLVRSTEIZNOSA = new PLVRSTEIZNOSADataTable(); this.Tables.Add(this.tablePLVRSTEIZNOSA); }
internal void InitVars(bool initTable) { this.tablePLVRSTEIZNOSA = (PLVRSTEIZNOSADataTable)this.Tables["PLVRSTEIZNOSA"]; if (initTable && (this.tablePLVRSTEIZNOSA != null)) { this.tablePLVRSTEIZNOSA.InitVars(); } }