Select boolean value into string in line query
Can any one tell me the query for my requirements
I have a table called student I that table I have a column like stdname,isactive boolean column
If is active=1 then active
If is active=0 then inactive
I want a linq select query for stdname and is active as string after that I want to filter a boolean column as string