コード例 #1
0
 private void InitClass() {
     this.DataSetName = "AddManholeTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/AddManholeTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAddManholeNew = new AddManholeNewDataTable();
     base.Tables.Add(this.tableAddManholeNew);
 }
コード例 #2
0
 internal AddManholeNewRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableAddManholeNew = ((AddManholeNewDataTable)(this.Table));
 }
コード例 #3
0
 internal void InitVars(bool initTable) {
     this.tableAddManholeNew = ((AddManholeNewDataTable)(base.Tables["AddManholeNew"]));
     if ((initTable == true)) {
         if ((this.tableAddManholeNew != null)) {
             this.tableAddManholeNew.InitVars();
         }
     }
 }