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