CodeBuilder.Infrastructure.MicrosoftAccess
2.0.3
See the version list below for details.
dotnet add package CodeBuilder.Infrastructure.MicrosoftAccess --version 2.0.3
NuGet\Install-Package CodeBuilder.Infrastructure.MicrosoftAccess -Version 2.0.3
<PackageReference Include="CodeBuilder.Infrastructure.MicrosoftAccess" Version="2.0.3" />
paket add CodeBuilder.Infrastructure.MicrosoftAccess --version 2.0.3
#r "nuget: CodeBuilder.Infrastructure.MicrosoftAccess, 2.0.3"
// Install CodeBuilder.Infrastructure.MicrosoftAccess as a Cake Addin #addin nuget:?package=CodeBuilder.Infrastructure.MicrosoftAccess&version=2.0.3 // Install CodeBuilder.Infrastructure.MicrosoftAccess as a Cake Tool #tool nuget:?package=CodeBuilder.Infrastructure.MicrosoftAccess&version=2.0.3
CodeBuilder.Infrastructure.MicrosoftAccess
CodeBuilder.Infrastructure.MicrosoftAccess is a common library which can be used for Microsoft Access to DataStore Model.
Installation
NPM install CodeBuilder.Infrastructure.MicrosoftAccess
Usage
AppSettings.json "CodeBuilders": { "MsAccessConnection": "Provider=Microsoft.ACE.oledb.12.0;Data Source=C://Output/nwind.mdb;Persist Security Info= False;" }
Services.AddMsAccess(Configuration);
` IDataStoreRepository dataStore = (IDataStoreRepository) ServiceProvider.GetService( typeof(IDataStoreRepository)); or inject in constructor
var database = await dataStore.GetDatabaseAsync(null)IDataStoreHelper dataStore = (IDataStoreHelper) ServiceProvider.GetService(typeof(IDataStoreHelper)); or inject in constructor
var database = dataStore.GetDataStore(null); `
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- CodeBuilder.Core.Interfaces (>= 1.0.0)
- CodeBuilder.Infrastructure.Common (>= 1.0.0)
- CodeBuilder.Models.Entities (>= 1.0.0)
- FluentValidation (>= 11.9.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.Logging (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This package will create a InMemory DataStore Respresentation from Microsoft Access