Fdw.Commands.Data 1.0.0-rc.9

This is a prerelease version of Fdw.Commands.Data.
dotnet add package Fdw.Commands.Data --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Commands.Data -Version 1.0.0-rc.9
                    
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="Fdw.Commands.Data" Version="1.0.0-rc.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Commands.Data" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Commands.Data" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fdw.Commands.Data --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Commands.Data, 1.0.0-rc.9"
                    
#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.
#:package Fdw.Commands.Data@1.0.0-rc.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fdw.Commands.Data&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Commands.Data&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

Fdw.Commands.Data

The data command model — QueryCommand, InsertCommand, UpdateCommand, DeleteCommand and the filter expressions they carry.

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
DdlCommandTypes class TypeCollection for DDL command types (schema operations).
FederationStrategies class Collection of federation strategies for data operations.
ForeignKeyActions class TypeCollection for foreign key referential action types.
JoinExecutors class Collection of join executor strategies.
AlterTableOperationTypes class

Options (37 declared)

Type Kind Purpose
BulkInsertCommand<T> class Bulk insert command for high-performance batch inserts using database-specific bulk mechanisms. Returns…
ConfigurationDeleteCommand class Configuration delete command for soft-delete via version-on-write pattern. Marks the current row as…
ConfigurationSaveCommand<T> class Configuration save command for version-on-write upsert operations. Marks the current row as non-current…
CrossJoinExecutor class Executes a cross join (Cartesian product) between two record sets. Returns all possible combinations of…
DeleteCommand class Delete command for removing records (DELETE operation). Returns the number of affected rows.
FederationStrategies class Collection of federation strategies for data operations.
FindCommand<T> class Find command for cross-field text search across a container's string fields. Returns matched records…
FullJoinExecutor class Executes a full outer join between two record sets. Returns all rows from both sources, with defaults…
InnerJoinExecutor class Executes an inner join between two record sets. Only returns rows where a match exists in both sources.
InsertCommand<T> class Insert command for adding new records (INSERT operation). Returns the number of affected rows or…
JoinExecutors class Collection of join executor strategies.
LeftJoinExecutor class Executes a left outer join between two record sets. Returns all rows from the left source, with matching…
OptimizedStrategy class Optimized federation strategy - analyzes and chooses best execution approach.
ParallelStrategy class Parallel federation strategy - executes all source queries concurrently.
QueryCommand<T> class Query command for retrieving data (SELECT operation). Returns an enumerable collection of typed results…
RightJoinExecutor class Executes a right outer join between two record sets. Returns all rows from the right source, with…
SequentialStrategy class Sequential federation strategy - executes source queries one at a time.
TruncateCommand class Truncate command for emptying a container (removes ALL records). Returns the number of affected rows.

Installation

dotnet add package Fdw.Commands.Data --prerelease

Dependencies

Fdw.Collections · Fdw.Commands.Data.Abstractions · Fdw.Data.Abstractions · Fdw.Messages · Fdw.Results

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

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

NuGet packages (52)

Showing the top 5 NuGet packages that depend on Fdw.Commands.Data:

Package Downloads
Fdw.Commands.Data.Extensions

Development tools and utilities for the Fdw ecosystem.

Fdw.Services

Development tools and utilities for the Fdw ecosystem.

Fdw.Data.Files

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Data

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Users

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 6 8/25/2026
1.0.0-rc.8 72 8/25/2026
1.0.0-rc.6.1 1,057 8/20/2026
1.0.0-rc.6 1,047 8/20/2026
1.0.0-rc.5 1,125 8/19/2026
1.0.0-rc.4 976 8/19/2026
1.0.0-rc.3 764 8/17/2026
1.0.0-rc.1 459 8/10/2026