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