Devloper FN Cygnet LN

Results 1 issues of Devloper FN Cygnet LN

How can I make this function generic : return Context.LoadStoredProc("dbo.ListAll") .AddParam("limit", 300L) .AddParam("limitOut", out IOutParam limitOut) .Exec(r => rows = r.ToListAsync());