I am trying to execute an SP that does not return a result (it does not generate any complex type or entity), but this does not appear as a function in the context of the EF, I need some step or in what way I can execute it, this SP It has input parameters.
var context = (BD_BROKER_LIQUIDACION_ENTITIES)UnidadDeTrabajo;
context.SP????<-- aqui no aparece mi funcion