示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the municipios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomunicipios(municipios municipios)
 {
     base.AddObject("municipios", municipios);
 }
示例#2
0
 /// <summary>
 /// Create a new municipios object.
 /// </summary>
 /// <param name="municipioId">Initial value of the MunicipioId property.</param>
 /// <param name="estadoId">Initial value of the EstadoId property.</param>
 /// <param name="paisId">Initial value of the PaisId property.</param>
 public static municipios Createmunicipios(global::System.Int32 municipioId, global::System.Int32 estadoId, global::System.Int32 paisId)
 {
     municipios municipios = new municipios();
     municipios.MunicipioId = municipioId;
     municipios.EstadoId = estadoId;
     municipios.PaisId = paisId;
     return municipios;
 }