Example #1
0
 static SqliteTable()
 {
     DataUpdateHandler.InitType <TData>();
 }
Example #2
0
 static SqlServerTable()
 {
     DataUpdateHandler.InitType <TData>();
 }