mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-21 10:12:51 +08:00
9 lines
167 B
C#
9 lines
167 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace FreeSql
|
|
{
|
|
public enum DataType { MySql, SqlServer, PostgreSQL, Oracle, Sqlite }
|
|
}
|