WebApiSkeleton.DatabaseMapping
1.1.0
See the version list below for details.
dotnet add package WebApiSkeleton.DatabaseMapping --version 1.1.0
NuGet\Install-Package WebApiSkeleton.DatabaseMapping -Version 1.1.0
<PackageReference Include="WebApiSkeleton.DatabaseMapping" Version="1.1.0" />
paket add WebApiSkeleton.DatabaseMapping --version 1.1.0
#r "nuget: WebApiSkeleton.DatabaseMapping, 1.1.0"
// Install WebApiSkeleton.DatabaseMapping as a Cake Addin #addin nuget:?package=WebApiSkeleton.DatabaseMapping&version=1.1.0 // Install WebApiSkeleton.DatabaseMapping as a Cake Tool #tool nuget:?package=WebApiSkeleton.DatabaseMapping&version=1.1.0
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 | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
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.