示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the user_info EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouser_info(user_info user_info)
 {
     base.AddObject("user_info", user_info);
 }
示例#2
0
 /// <summary>
 /// Create a new user_info object.
 /// </summary>
 /// <param name="user_id">Initial value of the user_id property.</param>
 /// <param name="user_name">Initial value of the user_name property.</param>
 /// <param name="user_password">Initial value of the user_password property.</param>
 /// <param name="user_firstname">Initial value of the user_firstname property.</param>
 /// <param name="user_lastname">Initial value of the user_lastname property.</param>
 public static user_info Createuser_info(global::System.String user_id, global::System.String user_name, global::System.String user_password, global::System.String user_firstname, global::System.String user_lastname)
 {
     user_info user_info = new user_info();
     user_info.user_id = user_id;
     user_info.user_name = user_name;
     user_info.user_password = user_password;
     user_info.user_firstname = user_firstname;
     user_info.user_lastname = user_lastname;
     return user_info;
 }