コード例 #1
0
 internal void InitVars(bool initTable)
 {
     this.tableporez = (porezDataTable)base.Tables["porez"];
     if (initTable && (this.tableporez != null))
     {
         this.tableporez.InitVars();
     }
 }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsipp";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsipp.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableporez              = new porezDataTable();
     base.Tables.Add(this.tableporez);
 }