Exemple #1
0
            public override global::System.Data.DataTable Clone()
            {
                CURRENCYDataTable cln = ((CURRENCYDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsCurrency";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsCurrency.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCURRENCY           = new CURRENCYDataTable();
     base.Tables.Add(this.tableCURRENCY);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableCURRENCY = ((CURRENCYDataTable)(base.Tables["CURRENCY"]));
     if ((initTable == true))
     {
         if ((this.tableCURRENCY != null))
         {
             this.tableCURRENCY.InitVars();
         }
     }
 }
Exemple #4
0
 internal CURRENCYRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCURRENCY = ((CURRENCYDataTable)(this.Table));
 }