Developer Tools

Convert SQL table definitions to C# classes

Generate strongly typed C# model classes from SQL table definitions and quickly copy or download the generated code.

Area di Lavoro Convertitore

Incolla il tuo SQL a sinistra e ottieni un'entità C# pulita a destra.

Input T-SQL

CREATE TABLE

Output Entity C#

Entity Framework
Tipi SQL Supportati int, bigint, smallint, tinyint, bit, decimal, numeric, money, float, real, date, datetime, datetime2, time, uniqueidentifier, nvarchar, varchar, nchar, char, text, ntext e molti altri.
Rilevamento Chiave Primaria Sono supportate le chiavi primarie in linea e le definizioni comuni di chiave primaria a livello di tabella.
Migliori Risultati Incolla un'istruzione CREATE TABLE completa che includa schema, nullability e lunghezze.

SQL Table to C# Class Converter

Questa pagina è stata creata per gli sviluppatori che desiderano un flusso di lavoro sql table to csharp class online con conversione rapida, output leggibile e opzioni pratiche orientate a Entity Framework.

  • Convert SQL table columns into strongly typed C# properties
  • Use PascalCase property naming for cleaner model classes
  • Support common SQL Server data types and column lengths
  • Generate copy-ready C# output for application models
FAQ

Domande frequenti

What is a SQL table to C# class converter?

It is a tool that reads a SQL table definition and generates a C# class with properties that match the table columns.

Can it convert SQL column names to PascalCase?

Yes. The converter can transform SQL-style names into PascalCase C# property names.

Can I use the generated class in .NET projects?

Yes. The generated class can be used as a starting point for .NET models, DTOs or Entity Framework entities.