Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblMarketAudit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblMarketAudit(tblMarketAudit tblMarketAudit)
 {
     base.AddObject("tblMarketAudit", tblMarketAudit);
 }
Example #2
0
 /// <summary>
 /// Create a new tblMarketAudit object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="startDate">Initial value of the StartDate property.</param>
 /// <param name="endDate">Initial value of the EndDate property.</param>
 /// <param name="iM_DateCreated">Initial value of the IM_DateCreated property.</param>
 /// <param name="iM_DateLastUpdated">Initial value of the IM_DateLastUpdated property.</param>
 /// <param name="iM_Status">Initial value of the IM_Status property.</param>
 public static tblMarketAudit CreatetblMarketAudit(global::System.Guid id, global::System.DateTime startDate, global::System.DateTime endDate, global::System.DateTime iM_DateCreated, global::System.DateTime iM_DateLastUpdated, global::System.Int32 iM_Status)
 {
     tblMarketAudit tblMarketAudit = new tblMarketAudit();
     tblMarketAudit.Id = id;
     tblMarketAudit.StartDate = startDate;
     tblMarketAudit.EndDate = endDate;
     tblMarketAudit.IM_DateCreated = iM_DateCreated;
     tblMarketAudit.IM_DateLastUpdated = iM_DateLastUpdated;
     tblMarketAudit.IM_Status = iM_Status;
     return tblMarketAudit;
 }