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