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