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