Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                v_customerDataTable cln = ((v_customerDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "dsCUSTOMER";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsCUSTOMER.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablev_customer         = new v_customerDataTable();
     base.Tables.Add(this.tablev_customer);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tablev_customer = ((v_customerDataTable)(base.Tables["v_customer"]));
     if ((initTable == true))
     {
         if ((this.tablev_customer != null))
         {
             this.tablev_customer.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal v_customerRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablev_customer = ((v_customerDataTable)(this.Table));
 }