Ankush Jain
Ankush Jain

Reputation: 6999

How to work with Linq in Composite c1 cms?

I am using composite c1 cms and i working with user control but when i am trying to access database via dbml file i am getting an error of importing namespaces. But there is no .cs file in this CMS, So can any one tell me how to work with linq in composite c1 ?

Upvotes: 0

Views: 200

Answers (1)

aeont
aeont

Reputation: 106

Please check the documentation found here

You can just place your code at App_Code or compile your code into an assembly and place that into the bin folder. Or use Razor or User Control Functions.

Upvotes: 1

Related Questions