wasCSharpSQLite – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace System.Data
2 {
3 public enum DbType
4 {
5 Guid,
6 String,
7 Boolean,
8 DateTime,
9 Single,
10 Double,
11 Int16,
12 Int32,
13 Int64,
14 Byte,
15 Binary,
16 Decimal
17 }
18 }