/// <summary> /// Deprecated Method for adding a new object to the lojas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTolojas(lojas lojas) { base.AddObject("lojas", lojas); }
/// <summary> /// Create a new lojas object. /// </summary> /// <param name="lojaId">Initial value of the LojaId property.</param> /// <param name="nome">Initial value of the Nome property.</param> /// <param name="url">Initial value of the Url property.</param> public static lojas Createlojas(global::System.Int32 lojaId, global::System.String nome, global::System.String url) { lojas lojas = new lojas(); lojas.LojaId = lojaId; lojas.Nome = nome; lojas.Url = url; return lojas; }