sonal malhotra

sonal malhotra

  • NA
  • 410
  • 48.5k

how to write syntax(join tabl) using entity framework in mvc

Dec 31 2018 1:20 AM
hello sir/mam,
 
 
 how to display the page where i selected the publish  only ..so how to write syntax 
 and  here is table below 
SELECT TOP 1000 [id]
,[Datetpublish]
,[statusid]
,[Title]
,[Author]
,[Content1]
FROM [blogstatus].[dbo].[Blogstatus]
 
 
SELECT TOP 1000 [statusid]
,[blogstatusname]
FROM [blogstatus].[dbo].[statusname]
 

Answers (1)