示例#1
0
 private void InitClassBase()
 {
     this.DataSetName        = "S_FIN_BILANCADataSet";
     this.Namespace          = "http://www.tempuri.org/S_FIN_BILANCA";
     this.tableS_FIN_BILANCA = new S_FIN_BILANCADataTable();
     this.Tables.Add(this.tableS_FIN_BILANCA);
 }
示例#2
0
 internal void InitVars(bool initTable)
 {
     this.tableS_FIN_BILANCA = (S_FIN_BILANCADataTable)this.Tables["S_FIN_BILANCA"];
     if (initTable && (this.tableS_FIN_BILANCA != null))
     {
         this.tableS_FIN_BILANCA.InitVars();
     }
 }