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