mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Add odbc test
This commit is contained in:
14
Src/Asp.Net/OdbcTest/Program.cs
Normal file
14
Src/Asp.Net/OdbcTest/Program.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using OrmTest;
|
||||
using System;
|
||||
|
||||
namespace GbaseTest
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Demo7_Ado.Init();
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user