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