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