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