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