APIs APIs Dapper splitOn param Error - I do not use MultiMapping

I have a project in which I interact with many stored processes. There are no simple SQL samples. I am using Dapper. We are not trying to use any of the MultiMapping features. I'm trying to understand why this one proc will return this error? What should I check? What should I look for?

Error: When using the multiple display APIs, be sure to specify the splitOn parameter if you have keys other than Id \ r \ nParameter: splitOn

+4
source share
2 answers

Execute() Query(), SP . Dapper , , .

+13

, MultiMapping, . dapper Query Execute, sproc .

, , varchar, NULL, integer 0. , 0.

Dapper Query<MyClass>, 0 int, MyClass, Multimap, multimap.

, , , , Dapper .

0

Source: https://habr.com/ru/post/1525813/


All Articles