Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblLogSources EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblLogSources(tblLogSource tblLogSource)
 {
     base.AddObject("tblLogSources", tblLogSource);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new tblLogSource object.
 /// </summary>
 /// <param name="idLogSource">Initial value of the idLogSource property.</param>
 /// <param name="nameLogSource">Initial value of the nameLogSource property.</param>
 /// <param name="dateCreated">Initial value of the dateCreated property.</param>
 /// <param name="dateModified">Initial value of the dateModified property.</param>
 /// <param name="createdByLogin">Initial value of the CreatedByLogin property.</param>
 /// <param name="modifiedByLogin">Initial value of the ModifiedByLogin property.</param>
 public static tblLogSource CreatetblLogSource(global::System.Int32 idLogSource, global::System.String nameLogSource, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin)
 {
     tblLogSource tblLogSource = new tblLogSource();
     tblLogSource.idLogSource = idLogSource;
     tblLogSource.nameLogSource = nameLogSource;
     tblLogSource.dateCreated = dateCreated;
     tblLogSource.dateModified = dateModified;
     tblLogSource.CreatedByLogin = createdByLogin;
     tblLogSource.ModifiedByLogin = modifiedByLogin;
     return tblLogSource;
 }