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