/// <summary> /// Create a new categorias_posts object. /// </summary> /// <param name="categoriaId">Initial value of the CategoriaId property.</param> /// <param name="categoria">Initial value of the Categoria property.</param> /// <param name="dataIns">Initial value of the DataIns property.</param> /// <param name="ordem">Initial value of the Ordem property.</param> public static categorias_posts Createcategorias_posts(global::System.Int32 categoriaId, global::System.String categoria, global::System.DateTime dataIns, global::System.Int32 ordem) { categorias_posts categorias_posts = new categorias_posts(); categorias_posts.CategoriaId = categoriaId; categorias_posts.Categoria = categoria; categorias_posts.DataIns = dataIns; categorias_posts.Ordem = ordem; return categorias_posts; }
/// <summary> /// Deprecated Method for adding a new object to the categorias_posts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocategorias_posts(categorias_posts categorias_posts) { base.AddObject("categorias_posts", categorias_posts); }