c# - Entity framework 6.x doesn't add table valued parameter while adding in model -
i'm trying added stored procedure through model browser, sp had table valued parameter. sp added function imports, it's missing table valued parameter. sp had 5 parameters including tvp, can see 4 parameter , tvp parameter missing.
i did googling find reason , solution. suggesting use entitie's executestoreprocedure method. e.g. entity framework stored procedure table value parameter
but want use function import created while add sp using model browser, other sps works don't have tvp. note: using ef 6.1.1 , .net 4.5, , vs2013
quetion: c# , ef supports importing sp wtih tvp ?
Comments
Post a Comment