Now,I had use the assemables with EntityframworkCore.Jet and EntityframeworkCore.Jet.Oledb are not be create the access tables classes by entityframeworkCore
use DotNet ef tool
the command is
dotnet ef dbcontext scaffold "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=123.accdb,OleDbFactory.Instance" DotNetFramworkCore.Jet --project windowsformsapp1
dotnet ef dbcontext scaffold "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=123.accdb,OleDbFactory.Instance" EntityframeworkCore.Jet.Oledb --project windowsformsapp1
dotnet ef dbcontext scaffold "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=123.accdb,OleDbFactory.Instance" System.Data.OleDB --project windowsformsapp1
do I build the entityframworkCore command ?

