/// <summary>
 /// Create a new SMSLog object.
 /// </summary>
 /// <param name="sMSLogID">Initial value of the SMSLogID property.</param>
 /// <param name="msgSID">Initial value of the MsgSID property.</param>
 public static SMSLog CreateSMSLog(global::System.Int32 sMSLogID, global::System.String msgSID)
 {
     SMSLog sMSLog = new SMSLog();
     sMSLog.SMSLogID = sMSLogID;
     sMSLog.MsgSID = msgSID;
     return sMSLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SMSLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSMSLogs(SMSLog sMSLog)
 {
     base.AddObject("SMSLogs", sMSLog);
 }