You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
369 B
C#
16 lines
369 B
C#
using System;
|
|
using System.Data.Common;
|
|
|
|
namespace EFCore.Jet.Integration.Test.Model11
|
|
{
|
|
#warning This test does not work with access because access does not support longs
|
|
//[TestClass]
|
|
public class Model11JetTest : Test
|
|
{
|
|
protected override DbConnection GetConnection()
|
|
{
|
|
return Helpers.GetJetConnection();
|
|
}
|
|
}
|
|
}
|