1
Answer

SQL Query to LINQ HELP

Pradeep Rock

Pradeep Rock

14y
1.5k
1
i need to convert this to linq,
someone please help me!


-----------
SELECT 
*
FROM [sec].[Security].[Forms] AS [Extent2]
 LEFT OUTER JOIN [sec].[Security].[Rights] AS [Extent1] ON [Extent1].Form_ID = [Extent2].ID
 where [Extent2].Module_ID=12 and ( [Extent1].Group_ID=1 or [Extent1].Group_ID is null )
-----------

here
1. SEC is the Database
2. Security is the Schema
Answers (1)
0
Robert Loper
NA 3 1.2k 13y
I Have been considering the problem with editing text and drawing editable graphics to an Image. I believe the approach I am going to take is to implement a layer drawing system, I just need to work out the transparency implementation, I know transparancy doesn't truly exist, even at the system level. but I believe it can be faked well. then I know I can save my layered image as a composite. Does this all sound like a good approach??? please any help???