How to use Linq2db.Firebird?

Asked

Viewed 122 times

0

lowered the Linq2db.Firebird using the following code:

Install-Package linq2db.Firebird

The installation was performed successfully, but I am not able to find in Visual Studio, nothing related to it, I do not know how to use and I did not find a good tutorial on the internet.

Someone who uses it, can explain to me how I use it?

1 answer

1


I did a short time job and it was really hard to get auxiliary material on the internet, I used as a base a ready work available on Github:

https://github.com/linq2db/examples

  • I did step 1 (copied and pasted the file into a folder called Datamodels). in step 2, I did the configuration like this: LoadFirebirdMetadata("localhost", @"E:\OneDrive\VisualStudio\BancoFirebird\BancoFirebird\DADOS.GDB"); but I’m getting an error in the fourth line that says namespace LinqToDb not found. Can you help me?

  • Refer to the files within the "Datamodels" folder within the project on github and make sure that the namespace in the Testdata.tt file is the same as in the Testdata.generated.Cs class, I think they have different names in their project.

  • still can’t find Linqtobd, I’ve made several modifications to the names and I’ve put the direct address of the file, even though he doesn’t think

Browser other questions tagged

You are not signed in. Login or sign up in order to post.