コード例 #1
0
        /// <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);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the OperationLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOperationLogs(OperationLogs operationLogs)
 {
     base.AddObject("OperationLogs", operationLogs);
 }