Exemple #1
0
        /// <summary>
        /// Create a new User_Test object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="userCode">Initial value of the UserCode property.</param>
        /// <param name="email">Initial value of the Email property.</param>
        public static User_Test CreateUser_Test(global::System.Int64 id, global::System.String userCode, global::System.String email)
        {
            User_Test user_Test = new User_Test();

            user_Test.Id       = id;
            user_Test.UserCode = userCode;
            user_Test.Email    = email;
            return(user_Test);
        }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the User_Test EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUser_Test(User_Test user_Test)
 {
     base.AddObject("User_Test", user_Test);
 }