try
{
A.AddRange(con.Query<AgentTypeEntity>("GetAgentTypes", param: null, commandType: CommandType.StoredProcedure).AsList());
}
inthat above code any wrong... inlist A have null value how to read using dapper
thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santosh SasupalliPosted Sep 7, 2016, 5:26 AM
Bikesh SrivastavaPosted Sep 7, 2016, 5:17 AM