/// <summary> /// Deprecated Method for adding a new object to the RosterFs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRosterFs(RosterF rosterF) { base.AddObject("RosterFs", rosterF); }
/// <summary> /// Create a new RosterF object. /// </summary> /// <param name="rosterID">Initial value of the RosterID property.</param> public static RosterF CreateRosterF(global::System.Int64 rosterID) { RosterF rosterF = new RosterF(); rosterF.RosterID = rosterID; return rosterF; }