Ejemplo n.º 1
0
 /// <summary>
 /// Create a new User object.
 /// </summary>
 /// <param name="userIDKey">Initial value of the UserIDKey property.</param>
 /// <param name="testValue">Initial value of the TestValue property.</param>
 public static User CreateUser(global::System.Int32 userIDKey, global::System.String testValue)
 {
     User user = new User();
     user.UserIDKey = userIDKey;
     user.TestValue = testValue;
     return user;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUsers(User user)
 {
     base.AddObject("Users", user);
 }