Example #1
0
            public override DataTable Clone()
            {
                AmpherDataTable cln = ((AmpherDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
            public override global::System.Data.DataTable Clone()
            {
                AmpherDataTable cln = ((AmpherDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #3
0
 internal void InitVars()
 {
     this.tableAmpher = ((AmpherDataTable)(this.Tables["Ampher"]));
     if ((this.tableAmpher != null))
     {
         this.tableAmpher.InitVars();
     }
 }
 private void InitClass()
 {
     this.DataSetName             = "ampherSet";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/ampherSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAmpher             = new AmpherDataTable();
     base.Tables.Add(this.tableAmpher);
 }
 internal void InitVars(bool initTable)
 {
     this.tableAmpher = ((AmpherDataTable)(base.Tables["Ampher"]));
     if ((initTable == true))
     {
         if ((this.tableAmpher != null))
         {
             this.tableAmpher.InitVars();
         }
     }
 }
Example #6
0
 private void InitClass()
 {
     this.DataSetName        = "ampInvoice";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/ampInvoice.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableAmpher        = new AmpherDataTable();
     this.Tables.Add(this.tableAmpher);
 }
 internal AmpherRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAmpher = ((AmpherDataTable)(this.Table));
 }
Example #8
0
 internal AmpherRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableAmpher = ((AmpherDataTable)(this.Table));
 }