/// <summary> /// Create a new OP_MAQUINARIA object. /// </summary> /// <param name="coMaquinaria">Initial value of the coMaquinaria property.</param> /// <param name="noMaquinaria">Initial value of the noMaquinaria property.</param> public static OP_MAQUINARIA CreateOP_MAQUINARIA(global::System.Int32 coMaquinaria, global::System.String noMaquinaria) { OP_MAQUINARIA oP_MAQUINARIA = new OP_MAQUINARIA(); oP_MAQUINARIA.coMaquinaria = coMaquinaria; oP_MAQUINARIA.noMaquinaria = noMaquinaria; return oP_MAQUINARIA; }
/// <summary> /// Deprecated Method for adding a new object to the OP_MAQUINARIA EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOP_MAQUINARIA(OP_MAQUINARIA oP_MAQUINARIA) { base.AddObject("OP_MAQUINARIA", oP_MAQUINARIA); }