示例#1
0
        /// <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);
        }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the user_entry EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouser_entry(user_entry user_entry)
 {
     base.AddObject("user_entry", user_entry);
 }