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?
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 saysnamespace LinqToDb
not found. Can you help me?– Italo Rodrigo
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.
– Victor Freitas
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
– Italo Rodrigo