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.
T-SQL 입력
CREATE TABLEC# 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 등.
기본 키 감지
인라인 기본 키 및 일반적인 테이블 수준 기본 키 정의가 지원됩니다.
최상의 결과
스키마, null 허용 여부 및 길이를 포함한 전체 CREATE TABLE 문을 붙여넣으세요.
SQL Table to C# Class Converter
이 페이지는 빠른 변환, 읽기 쉬운 출력 및 실용적인 Entity Framework 지향 옵션을 제공하는 온라인 sql table to csharp class 워크플로우를 원하는 개발자를 위해 구축되었습니다.
- 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
자주 묻는 질문
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.