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