Enum.GetName(typeof(CmdType), b.CmdType), SQL, Enum , , , int Enum .
:
var joinedRecord =
(
from m in mTable
join b in bTable on m.Id equals b.aRefId
select new {
aId = a.Id,
aAttrib1 = a.Attrib1
...
bCmdType = b.CmdType
}
)
.AsEnumerable()
.Select(
.WithTranslations();
, , AsEnumerable() ToList(), IQueryable<T> ( , , ). , , , #, .