cdata-cli-adonet

Installation
SKILL.md

SKILL: CData CLI — .NET / ADO.NET Build

Build-phase companion to the cdata-cli skill. cdata-cli handles discovery (connect, explore schema, validate SQL) using the JDBC driver; this skill takes over once you start writing .NET application code using the CData ADO.NET Data Provider.

Everything validated during discovery carries straight over: all CData drivers share the same relational model and SQL dialect, so table names, column names, and SQL confirmed via cdatacli work unchanged through the ADO.NET provider.


Language / Driver Edition

Language CData edition .NET namespace
C# (also VB.NET, F#) CData ADO.NET Data Provider System.Data.CData.<Source>

The provider follows standard ADO.NET naming — for <Source> (e.g. Salesforce):

Installs
29
GitHub Stars
3
First Seen
Jul 21, 2026
cdata-cli-adonet — cdatasoftware/cli-skills