1 dépôt
Configurations that specify which entity properties should be included or excluded from SQL INSERT statements.
Distinct from Hierarchical Data Insertion: No candidate covers the selection of specific columns for insertion; candidates focus on hierarchical or missing data.
Explore 1 awesome GitHub repository matching data & databases · Insert Column Controls. Refine with filters or upvote what's useful.
FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro
Defines which object properties are included in or excluded from the generated SQL insert statement.