示例#1
0
文件: Model1.cs 项目: matsmats/GitHub
 /// <summary>
 /// Create a new smu_LogException object.
 /// </summary>
 /// <param name="logId">Initial value of the LogId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 /// <param name="logText">Initial value of the LogText property.</param>
 public static smu_LogException Createsmu_LogException(global::System.Int32 logId, global::System.DateTime logDate, global::System.String logText)
 {
     smu_LogException smu_LogException = new smu_LogException();
     smu_LogException.LogId = logId;
     smu_LogException.LogDate = logDate;
     smu_LogException.LogText = logText;
     return smu_LogException;
 }
示例#2
0
文件: Model1.cs 项目: matsmats/GitHub
 /// <summary>
 /// Deprecated Method for adding a new object to the smu_LogException EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosmu_LogException(smu_LogException smu_LogException)
 {
     base.AddObject("smu_LogException", smu_LogException);
 }