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.

Работно пространство на конвертора

Поставете вашия SQL отляво и получете изчистен C# обект (entity) отдясно.

T-SQL вход

CREATE TABLE

Изход на C# Entity

Entity Framework
Поддържани SQL типове int, bigint, smallint, tinyint, bit, decimal, numeric, money, float, real, date, datetime, datetime2, time, uniqueidentifier, nvarchar, varchar, nchar, char, text, ntext и други.
Откриване на първичен ключ Поддържат се вградени (inline) първични ключове и общи дефиниции на първични ключове на ниво таблица.
Най-добри резултати Поставете пълен CREATE TABLE оператор, включително схема, възможност за null и дължини.

SQL Table to C# Class Converter

Тази страница е създадена за разработчици, които искат онлайн sql table to csharp class работен процес с бързо конвертиране, четим изход и практични опции, ориентирани към 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
ЧЗВ

Често задавани въпроси

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.