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