/// <summary> /// Create a new ecommrc_UserAccounts object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="email">Initial value of the email property.</param> /// <param name="password">Initial value of the password property.</param> /// <param name="dateCreated">Initial value of the DateCreated property.</param> /// <param name="statuscode">Initial value of the statuscode property.</param> /// <param name="salt">Initial value of the Salt property.</param> /// <param name="resetKey">Initial value of the ResetKey property.</param> public static ecommrc_UserAccounts Createecommrc_UserAccounts(global::System.Int64 id, global::System.String email, global::System.String password, global::System.DateTime dateCreated, global::System.Int32 statuscode, global::System.String salt, global::System.String resetKey) { ecommrc_UserAccounts ecommrc_UserAccounts = new ecommrc_UserAccounts(); ecommrc_UserAccounts.Id = id; ecommrc_UserAccounts.email = email; ecommrc_UserAccounts.password = password; ecommrc_UserAccounts.DateCreated = dateCreated; ecommrc_UserAccounts.statuscode = statuscode; ecommrc_UserAccounts.Salt = salt; ecommrc_UserAccounts.ResetKey = resetKey; return ecommrc_UserAccounts; }
/// <summary> /// Deprecated Method for adding a new object to the ecommrc_UserAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToecommrc_UserAccounts(ecommrc_UserAccounts ecommrc_UserAccounts) { base.AddObject("ecommrc_UserAccounts", ecommrc_UserAccounts); }