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.

Konverter-Arbeitsbereich

Fügen Sie Ihr SQL auf der linken Seite ein und erhalten Sie eine saubere C#-Entity auf der rechten Seite.

T-SQL-Eingabe

CREATE TABLE

C# Entity-Ausgabe

Entity Framework
Unterstützte SQL-Typen int, bigint, smallint, tinyint, bit, decimal, numeric, money, float, real, date, datetime, datetime2, time, uniqueidentifier, nvarchar, varchar, nchar, char, text, ntext und mehr.
Erkennung des Primärschlüssels Inline-Primärschlüssel und gängige Primärschlüsseldefinitionen auf Tabellenebene werden unterstützt.
Beste Ergebnisse Fügen Sie eine vollständige CREATE TABLE-Anweisung ein, einschließlich Schema, Null-Zulässigkeit und Längen.

SQL Table to C# Class Converter

Diese Seite wurde für Entwickler erstellt, die einen Online-sql table to csharp class-Workflow mit schneller Konvertierung, lesbarer Ausgabe und praktischen Entity-Framework-orientierten Optionen wünschen.

  • 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

Häufig gestellte Fragen

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.