/// <summary>
 /// Deprecated Method for adding a new object to the appprofiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToappprofiles(appprofiles appprofiles)
 {
     base.AddObject("appprofiles", appprofiles);
 }
 /// <summary>
 /// Create a new appprofiles object.
 /// </summary>
 /// <param name="application">Initial value of the application property.</param>
 /// <param name="username">Initial value of the username property.</param>
 /// <param name="lastActivityDate">Initial value of the LastActivityDate property.</param>
 /// <param name="lastUpdatedDate">Initial value of the LastUpdatedDate property.</param>
 public static appprofiles Createappprofiles(global::System.String application, global::System.String username, global::System.DateTime lastActivityDate, global::System.DateTime lastUpdatedDate)
 {
     appprofiles appprofiles = new appprofiles();
     appprofiles.application = application;
     appprofiles.username = username;
     appprofiles.LastActivityDate = lastActivityDate;
     appprofiles.LastUpdatedDate = lastUpdatedDate;
     return appprofiles;
 }