Linq to DB - Linq & PostgreSQL
I have a SQL create script for a work related project which uses PostgreSQL extensions. I wish to run this SQL to create the db so I can play with a non-live environment.
I have a 6,300 line query but can't seem to work out how to run it. The internet says ExecuteQuery or ExecuteQueryDynamic, but these are not recognized. (They work for a regular SQL db).
What call am I looking for?
Cheers
John