Fdw.Data.MsSql
1.0.0-rc.9
dotnet add package Fdw.Data.MsSql --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Data.MsSql -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Data.MsSql" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Data.MsSql" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Data.MsSql" />
paket add Fdw.Data.MsSql --version 1.0.0-rc.9
#r "nuget: Fdw.Data.MsSql, 1.0.0-rc.9"
#:package Fdw.Data.MsSql@1.0.0-rc.9
#addin nuget:?package=Fdw.Data.MsSql&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Data.MsSql&version=1.0.0-rc.9&prerelease
Fdw.Data.MsSql
SQL Server data support: the dialect, the per-command translators, the native type mapping and the error handlers. These are the framework components a connection composes; the connection aggregation itself lives outside FDW.
A TypeCollection and its options — an extensible enum. Members are discovered at compile time and reachable by ByName / ById / All; a lookup that finds nothing returns a NotFound sentinel rather than null, so a caller never has to null-check a lookup.
A module initializer collects every [TypeOption] in every referenced assembly and dedupes them into the collection at load. Adding a member is a package reference plus a declaration — the collection itself is never edited.
Collections
| Type | Kind | Purpose |
|---|---|---|
MsSqlConverters |
class | TypeCollection for Microsoft SQL Server data type converters. Child collection of DataTypeConverters.… |
MsSqlDataCommandTranslators |
class | TypeCollection of MS SQL Server (T-SQL) data command translators. Discovered at compile-time via… |
MsSqlDataResultCodes |
class | TypeCollection for MsSql Data command translator result codes. EventId range: 5400-5499 (within… |
MsSqlNativeTypes |
class | TypeCollection of SQL Server's native data types — the vocabulary a SQL Server connection speaks. |
Options (84 declared)
| Type | Kind | Purpose |
|---|---|---|
BatchInsertTranslationFailedCode |
class | Batch insert translation failed with exception. |
BigIntType |
class | SQL Server native type bigint — normalizes to . |
BinaryType |
class | SQL Server native type binary — normalizes to . |
BitType |
class | SQL Server native type bit — normalizes to . |
BulkInsertTranslationFailedCode |
class | Bulk insert translation failed with exception. |
CharType |
class | SQL Server native type Char — normalizes to . |
CompoundQueryTranslationFailedCode |
class | Compound query translation failed with exception. |
ContainerNullCode |
class | Container parameter is null. |
DatabasePathType |
class | Path type for SQL Server database paths (Database.Schema.Object format). |
DateTime2Type |
class | SQL Server native type datetime2 — normalizes to . |
DateTimeOffsetType |
class | SQL Server native type datetimeoffset — normalizes to . |
DateType |
class | SQL Server native type date — normalizes to . |
DecimalType |
class | SQL Server native type decimal — normalizes to . |
DeleteTranslationFailedCode |
class | Delete translation failed with exception. |
FindTranslationFailedCode |
class | Find translation failed with exception. |
FloatType |
class | SQL Server native type float — normalizes to . |
ImageType |
class | SQL Server native type image — normalizes to . |
InsertTranslationFailedCode |
class | Insert translation failed with exception. |
Installation
dotnet add package Fdw.Data.MsSql --prerelease
Dependencies
Fdw.Abstractions · Fdw.Collections · Fdw.Commands.Data · Fdw.Commands.Data.Abstractions · Fdw.Configuration.Abstractions · Fdw.Data · Fdw.Data.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Messages · Fdw.Results · Fdw.Results.Abstractions · Fdw.Schema.Abstractions · Fdw.Services.Connections.Abstractions · Fdw.Services.Connections.Sql
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.Configuration.SourceGenerators · Fdw.Data.SourceGenerators · Fdw.MessageLogging.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Fdw.Abstractions (>= 1.0.0-rc.9)
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Commands.Data (>= 1.0.0-rc.9)
- Fdw.Commands.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Configuration.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data (>= 1.0.0-rc.9)
- Fdw.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Results.Abstractions (>= 1.0.0-rc.9)
- Fdw.Schema.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Connections.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Connections.Sql (>= 1.0.0-rc.9)
- FluentValidation (>= 12.1.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.10)
- Microsoft.AspNetCore.Http (>= 2.3.10)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.10)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Data.SqlClient (>= 7.0.1)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Caching.Memory (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Identity.Core (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.22.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.22.0)
- Microsoft.IdentityModel.Tokens (>= 8.22.0)
- Polly.Core (>= 8.6.6)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.22.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fdw.Data.MsSql:
| Package | Downloads |
|---|---|
|
Fdw.Services.Connections.MsSql
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.9 | 70 | 8/25/2026 |
| 1.0.0-rc.8 | 48 | 8/25/2026 |
| 1.0.0-rc.6.1 | 104 | 8/20/2026 |
| 1.0.0-rc.6 | 119 | 8/20/2026 |
| 1.0.0-rc.5 | 208 | 8/19/2026 |
| 1.0.0-rc.4 | 97 | 8/19/2026 |
| 1.0.0-rc.3 | 145 | 8/17/2026 |
| 1.0.0-rc.1 | 94 | 8/10/2026 |