/// <summary> /// Create a new Autores object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="nome">Initial value of the Nome property.</param> public static Autores CreateAutores(global::System.Int32 id, global::System.String nome) { Autores autores = new Autores(); autores.ID = id; autores.Nome = nome; return autores; }
/// <summary> /// Deprecated Method for adding a new object to the Autores EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAutores(Autores autores) { base.AddObject("Autores", autores); }