/// <summary> /// Deprecated Method for adding a new object to the tblVehicleTypeCountries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblVehicleTypeCountries(tblVehicleTypeCountry tblVehicleTypeCountry) { base.AddObject("tblVehicleTypeCountries", tblVehicleTypeCountry); }
/// <summary> /// Create a new tblVehicleTypeCountry object. /// </summary> /// <param name="vehicle_Type_Country_ID_pk">Initial value of the Vehicle_Type_Country_ID_pk property.</param> public static tblVehicleTypeCountry CreatetblVehicleTypeCountry(global::System.Int32 vehicle_Type_Country_ID_pk) { tblVehicleTypeCountry tblVehicleTypeCountry = new tblVehicleTypeCountry(); tblVehicleTypeCountry.Vehicle_Type_Country_ID_pk = vehicle_Type_Country_ID_pk; return tblVehicleTypeCountry; }