/// <summary> /// Deprecated Method for adding a new object to the tipoidentificacion EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotipoidentificacion(tipoidentificacion tipoidentificacion) { base.AddObject("tipoidentificacion", tipoidentificacion); }
/// <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; }