资源简介
c#版本SQLServer数据表转实体类(entity),支持Sql server、Mysql、Oracle、Sqlite、PostgreSql
代码片段和文件信息
using Autoentity.Tools;
using ICSharpCode.TextEditor.Document;
using System;
using System.Data;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Autoentity
{
public partial class Main : Form
{
///
/// 代码文本框
///
private ICSharpCode.TextEditor.TextEditorControl Code_TextEditorControl;
private MainInfoModel _MainInfoModel = new MainInfoModel();
public Main()
{
InitializeComponent();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
DefaultHighlightingStrategy defaultHighlightingStrategy1 = new DefaultHighlightingStrategy();
DefaultTextEditorProperties defaultTextEditorProperties1 = new DefaultTextEditorProperties();
this.Code_TextEditorControl = new ICSharpCode.TextEditor.TextEditorControl
{
Anchor = (((((Anchorstyles.Top | Anchorstyles.Bottom) | Anchorstyles.Left) | Anchorstyles.Right)))
Encoding = ((Encoding)(resources.Getobject(“Code_TextEditorControl.Encoding“)))
Location = new System.Drawing.Point(197 239)
Name = “Code_TextEditorControl“
ShowEOLMarkers = true
ShowSpaces = true
ShowTabs = true
ShowVRuler = true
Size = new System.Drawing.Size(848 499)
TabIndex = 4
TextEditorProperties = defaultTextEditorProperties1
};
defaultHighlightingStrategy1.Extensions = new string[0];
defaultTextEditorProperties1.AllowCaretBeyondEOL = false;
defaultTextEditorProperties1.AutoInsertCurlyBracket = true;
defaultTextEditorProperties1.BracketMatchingstyle = BracketMatchingstyle.After;
defaultTextEditorProperties1.ConvertTabsToSpaces = false;
defaultTextEditorProperties1.CreateBackupCopy = false;
defaultTextEditorProperties1.DocumentSelectionMode = DocumentSelectionMode.Normal;
defaultTextEditorProperties1.EnableFolding = true;
defaultTextEditorProperties1.Encoding = ((System.Text.Encoding)(resources.Getobject(“defaultTextEditorProperties1.Encoding“)));
defaultTextEditorProperties1.Font = new System.Drawing.Font(“Courier New“ 10F);
defaultTextEditorProperties1.HideMouseCursor = false;
defaultTextEditorProperties1.Indentstyle = Indentstyle.Smart;
defaultTextEditorProperties1.IsIconBarVisible = true;
defaultTextEditorProperties1.LineTerminator = “\r\n“;
defaultTextEditorProperties1.LineViewerstyle = LineViewerstyle.None;
defaultTextEditorProperties1.MouseWheelScrollDown = true;
defaultTextEditorProperties1.MouseWheelTextZoom = true
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 323 2018-05-28 12:02 Autoentity-master-数据表转实体\.gitignore
文件 226 2019-11-29 09:53 Autoentity-master-数据表转实体\.vs\Autoentity\DesignTimeBuild\.dtbcache
..A..H. 51712 2020-12-14 10:22 Autoentity-master-数据表转实体\.vs\Autoentity\v15\.suo
文件 0 2019-11-29 09:45 Autoentity-master-数据表转实体\.vs\Autoentity\v15\Server\sqlite3\db.lock
文件 4096 2019-11-29 09:45 Autoentity-master-数据表转实体\.vs\Autoentity\v15\Server\sqlite3\storage.ide
文件 32768 2020-12-14 10:21 Autoentity-master-数据表转实体\.vs\Autoentity\v15\Server\sqlite3\storage.ide-shm
文件 972352 2020-12-14 10:21 Autoentity-master-数据表转实体\.vs\Autoentity\v15\Server\sqlite3\storage.ide-wal
文件 160 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\app.config
文件 5957 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\Autoentity.csproj
文件 89600 2020-12-14 10:21 Autoentity-master-数据表转实体\Autoentity\bin\Debug\Autoentity.exe
文件 160 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Debug\Autoentity.exe.config
文件 103936 2020-12-14 10:21 Autoentity-master-数据表转实体\Autoentity\bin\Debug\Autoentity.pdb
文件 294400 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Debug\Google.Protobuf.dll
文件 385727 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Debug\Google.Protobuf.xm
文件 331776 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Debug\icsharpcode.texteditor.dll
文件 994 2019-11-29 09:46 Autoentity-master-数据表转实体\Autoentity\bin\Debug\info.dat
文件 688640 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Debug\MySql.Data.dll
文件 729128 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Debug\MySql.Data.xm
文件 86528 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\Autoentity.exe
文件 160 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\Autoentity.exe.config
文件 93696 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\Autoentity.pdb
文件 111390 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\AutoentityRelease.7z
文件 294400 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\Google.Protobuf.dll
文件 385727 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\Google.Protobuf.xm
文件 331776 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\icsharpcode.texteditor.dll
文件 688640 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\MySql.Data.dll
文件 729128 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\bin\Release\MySql.Data.xm
文件 4286 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\logo.ico
文件 39295 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\Main.cs
文件 25790 2018-05-28 12:02 Autoentity-master-数据表转实体\Autoentity\Main.Designer.cs
............此处省略107个文件信息
- 上一篇:KTV点歌系统(源码+数据库)
- 下一篇:.net 检测新版本-自动升级程序
相关资源
- C#链接数据库基础
- C#跑马灯代码
- C# 调用LabVIEW DLL
- C# 条码、二维码生成器
- VSTO对Word的开发教程
- Microsoft® Visual C#® 2010 Step by
- C#开发调用百度地图
- C#最新阿里云短信验证sdk代码
-
C#读取xm
l文件数据。显示在datagrid - C# 画梅花(基于System.Drawing)
- C# RS232串口通信
- C# Mail-发送邮箱
- C# 进度条控件使用
- C# 获取本地的IP地址
- C# 快速打开文件夹(桌面快捷操作工
- c# winform ftp 文件
- 使用C#实现的电子常用计算
- C#modbus通信
- C#OPT光源通信
- c# winform 打开网页(基于WebBrowser)
- C# USB HIF
- C#加载RAW、SMV图像数据转换为BMP
- C# 立马关机 代码
- C# 动态 时钟用户控件(基于System.Dr
- C#多线程以及Socket通讯
- 泛型(generic)是C#语言2.0和通用语言
- 三菱Q-PLC与C#串口
- C#与三菱Q系列PLC以太网通信
- C# usb hid 设备控制
- C#实现Spy++
评论
共有 条评论