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