List<AgentTypeEntity> A = new List<AgentTypeEntity>();<br />            <br />            try<br />            {<br />                A.AddRange(con.Query<AgentTypeEntity>("GetAgentTypes", param: null, commandType: CommandType.StoredProcedure).AsList());<br /><div>            }</div><div> </div><div> </div><div> </div><div>inthat above code any wrong... inlist A have null value how to read using dapper</div><div>thanks in advance</div>