var lst_test = from t in db.Tbl_Revenue where CIN == t.CIN && id == t.Financial_Year select t;
I getting the data by executing above linq query
TAG Element_Lable Element_Name Current_Year Previous_Year
TAG2274 Disclosure of revenue explanatory [Text Block] DisclosureOfRevenueExplanatoryTextBlock .
TAG2274 Disclosure of revenue explanatory [Text Block] DisclosureOfRevenueExplanatoryTextBlock .
TAG2274 Disclosure of revenue explanatory [Text Block] DisclosureOfRevenueExplanatoryTextBlock .
Actual Data is this one
TAG Element_Lable Element_Name Current_Year Previous_Year
TAG2274 Disclosure of revenue explanatory [Text Block] DisclosureOfRevenueExplanatoryTextBlock .
TAG2275 Share revenue from operations joint ventures ShareRevenueFromOperationsJointVentures .
TAG2276 Description of accounting policy for recognition of revenue DescriptionOfAccountingPolicyForRecognitionOfRevenue .