/// <summary> /// Create a new user_entry object. /// </summary> /// <param name="entry_id">Initial value of the entry_id property.</param> public static user_entry Createuser_entry(global::System.Int32 entry_id) { user_entry user_entry = new user_entry(); user_entry.entry_id = entry_id; return(user_entry); }
/// <summary> /// Deprecated Method for adding a new object to the user_entry EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTouser_entry(user_entry user_entry) { base.AddObject("user_entry", user_entry); }