I am using EF code first approach and I have created stored procedure using migration as following:
public override void Up() { Sql(@\"CREATE TYP
You will have to obtain your data a different way:
You cannot return data in a table-valued parameter. Table-valued parameters are input-only; the OUTPUT keyword is not supported.