/// <summary> /// Create a new tblSupraHist object. /// </summary> /// <param name="idSupraHist">Initial value of the idSupraHist property.</param> /// <param name="idSupra">Initial value of the idSupra property.</param> /// <param name="dataCreated">Initial value of the dataCreated property.</param> /// <param name="dateLastModified">Initial value of the dateLastModified property.</param> /// <param name="createdByUser">Initial value of the CreatedByUser property.</param> /// <param name="modifiedByUser">Initial value of the ModifiedByUser property.</param> public static tblSupraHist CreatetblSupraHist(global::System.Int32 idSupraHist, global::System.Int32 idSupra, global::System.DateTime dataCreated, global::System.DateTime dateLastModified, global::System.String createdByUser, global::System.String modifiedByUser) { tblSupraHist tblSupraHist = new tblSupraHist(); tblSupraHist.idSupraHist = idSupraHist; tblSupraHist.idSupra = idSupra; tblSupraHist.dataCreated = dataCreated; tblSupraHist.dateLastModified = dateLastModified; tblSupraHist.CreatedByUser = createdByUser; tblSupraHist.ModifiedByUser = modifiedByUser; return tblSupraHist; }
/// <summary> /// Deprecated Method for adding a new object to the tblSupraHists EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblSupraHists(tblSupraHist tblSupraHist) { base.AddObject("tblSupraHists", tblSupraHist); }