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