예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                ReceiptTypesDataTable cln = ((ReceiptTypesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "F1070ReceiptTypeData";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/F1070ReceiptTypeData.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableReceiptTypes       = new ReceiptTypesDataTable();
     base.Tables.Add(this.tableReceiptTypes);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableReceiptTypes = ((ReceiptTypesDataTable)(base.Tables["ReceiptTypes"]));
     if ((initTable == true))
     {
         if ((this.tableReceiptTypes != null))
         {
             this.tableReceiptTypes.InitVars();
         }
     }
 }
예제 #4
0
 internal ReceiptTypesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableReceiptTypes = ((ReceiptTypesDataTable)(this.Table));
 }