/// <summary> /// Create a new OperationLogs object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static OperationLogs CreateOperationLogs(global::System.Int64 id) { OperationLogs operationLogs = new OperationLogs(); operationLogs.Id = id; return(operationLogs); }
/// <summary> /// Deprecated Method for adding a new object to the OperationLogs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOperationLogs(OperationLogs operationLogs) { base.AddObject("OperationLogs", operationLogs); }