Forum Discussion
No RepliesBe the first to reply
Related Content
Recent Discussions
- 3 days ago
- 12 days ago
var or = await _context
.OrganisationID
.FromSqlRaw("SELECT pj.proj_org_id as orgId FROM[mapping].[DataResourceTenancy] as dt JOIN web.Project as pj on dt.drp_projCode = proj_code where drp_amrd_serialNumber like {0} ", deviceName)
.ToListAsync();
When I execute, it is giving me the count not the value. Please help me