I want to get the value of the field extension
and be able to use it in a variable but it marks me error. This is the code I'm using
var ext = (from ex in ctx.usuarios_bastion where ex.id == idus select ex).ToList().ToString();
string completeName = idus.ToString()+ext.ToString();