/// <summary> /// Create a new ensamble_productos object. /// </summary> /// <param name="idEnsambleProducto">Initial value of the idEnsambleProducto property.</param> /// <param name="idEnsamble">Initial value of the idEnsamble property.</param> /// <param name="idProducto">Initial value of the idProducto property.</param> /// <param name="cantidad">Initial value of the Cantidad property.</param> public static ensamble_productos Createensamble_productos(global::System.Int32 idEnsambleProducto, global::System.Int32 idEnsamble, global::System.Int32 idProducto, global::System.Decimal cantidad) { ensamble_productos ensamble_productos = new ensamble_productos(); ensamble_productos.idEnsambleProducto = idEnsambleProducto; ensamble_productos.idEnsamble = idEnsamble; ensamble_productos.idProducto = idProducto; ensamble_productos.Cantidad = cantidad; return ensamble_productos; }
/// <summary> /// Deprecated Method for adding a new object to the ensamble_productos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToensamble_productos(ensamble_productos ensamble_productos) { base.AddObject("ensamble_productos", ensamble_productos); }