SkillAgentSearch skills...

SqlLinq

Dynamic SQL queries of .NET IEnumerables

Install / Use

/learn @dkackman/SqlLinq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SqlLinq

Dynamic .NET SQL queries

NuGet package

This project started as an experiment that allowed me to write dynamic SQL-like inline queries so I could explore the nature of my collection of MP3 files. This original project is on CodeProject: http://www.codeproject.com/Articles/28163/SqlLinq-Taking-LINQ-to-SQL-in-the-Other-Direction.

That original code was refined to being a basic implementation of SQL select statements. That code was also published and described on CodeProject: http://www.codeproject.com/Articles/43678/Dynamically-evaluated-SQL-LINQ-queries

It isn't a replacement for Linq but it can come in handy when the data model being queried or the exact structure of one's query results aren't known at compile time.

Related Skills

View on GitHub
GitHub Stars27
CategoryData
Updated10mo ago
Forks10

Languages

C#

Security Score

67/100

Audited on May 19, 2025

No findings