Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                VehiculosXClienteDataTable cln = ((VehiculosXClienteDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName             = "VehiculosXCliente";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/VehiculosXCliente.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableVehiculosXCliente  = new VehiculosXClienteDataTable();
     base.Tables.Add(this.tableVehiculosXCliente);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableVehiculosXCliente = ((VehiculosXClienteDataTable)(base.Tables["VehiculosXCliente"]));
     if ((initTable == true))
     {
         if ((this.tableVehiculosXCliente != null))
         {
             this.tableVehiculosXCliente.InitVars();
         }
     }
 }
Пример #4
0
 internal VehiculosXClienteRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableVehiculosXCliente = ((VehiculosXClienteDataTable)(this.Table));
 }