FreeSql/FreeSql/DataType.cs
2019-06-27 09:40:35 +08:00

9 lines
167 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace FreeSql
{
public enum DataType { MySql, SqlServer, PostgreSQL, Oracle, Sqlite }
}