WebApiSkeleton.DatabaseMapping 1.1.1

dotnet add package WebApiSkeleton.DatabaseMapping --version 1.1.1                
NuGet\Install-Package WebApiSkeleton.DatabaseMapping -Version 1.1.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebApiSkeleton.DatabaseMapping" Version="1.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebApiSkeleton.DatabaseMapping --version 1.1.1                
#r "nuget: WebApiSkeleton.DatabaseMapping, 1.1.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WebApiSkeleton.DatabaseMapping as a Cake Addin
#addin nuget:?package=WebApiSkeleton.DatabaseMapping&version=1.1.1

// Install WebApiSkeleton.DatabaseMapping as a Cake Tool
#tool nuget:?package=WebApiSkeleton.DatabaseMapping&version=1.1.1                

WebApiSkeleton.DatabaseMapping

WebApiSkeleton.DatabaseMapping contains features to implement property-to-column database mapping using Expression.

Usage

Models that represent a database table and need to be mapped should inherit from BaseDatabaseMapper. Mapping is done by using MapProperty method: pass a lambda-expression to the property and the column name. If non-property member is passed, the method will throw.

Example

Example usage shown in Example project

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on WebApiSkeleton.DatabaseMapping:

Package Downloads
WebApiSkeleton.SearchSqlGeneration

Package containing base abstraction that is used to implement search SQL generation.

WebApiSkeleton.Security.Core

Package containing base models and abstractions that are used to implement core security functionality.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 134 4/21/2024
1.1.0 115 4/21/2024