Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tipoidentificacion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotipoidentificacion(tipoidentificacion tipoidentificacion)
 {
     base.AddObject("tipoidentificacion", tipoidentificacion);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new tipoidentificacion object.
 /// </summary>
 /// <param name="tipoidentificacionid">Initial value of the tipoidentificacionid property.</param>
 public static tipoidentificacion Createtipoidentificacion(global::System.Int16 tipoidentificacionid)
 {
     tipoidentificacion tipoidentificacion = new tipoidentificacion();
     tipoidentificacion.tipoidentificacionid = tipoidentificacionid;
     return tipoidentificacion;
 }