Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the br_cidades EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobr_cidades(br_cidades br_cidades)
 {
     base.AddObject("br_cidades", br_cidades);
 }
Esempio n. 2
0
 /// <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;
 }