Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblLogGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblLogGroups(tblLogGroup tblLogGroup)
 {
     base.AddObject("tblLogGroups", tblLogGroup);
 }
Example #2
0
 /// <summary>
 /// Create a new tblLogGroup object.
 /// </summary>
 /// <param name="idLogGroup">Initial value of the idLogGroup property.</param>
 /// <param name="nameLogGroup">Initial value of the nameLogGroup 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 tblLogGroup CreatetblLogGroup(global::System.Int32 idLogGroup, global::System.String nameLogGroup, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin)
 {
     tblLogGroup tblLogGroup = new tblLogGroup();
     tblLogGroup.idLogGroup = idLogGroup;
     tblLogGroup.nameLogGroup = nameLogGroup;
     tblLogGroup.dateCreated = dateCreated;
     tblLogGroup.dateModified = dateModified;
     tblLogGroup.CreatedByLogin = createdByLogin;
     tblLogGroup.ModifiedByLogin = modifiedByLogin;
     return tblLogGroup;
 }