Declaration is the same for both Odbc and OleDb

pull/137/head
Christopher Jolly 3 years ago
parent f753bc68ea
commit 3764d5ab27

@ -24,8 +24,6 @@ namespace EntityFrameworkCore.Jet.FunctionalTests.TestUtilities
=> Declaration(fullDeclaration, DataAccessProviderType);
//TODO:confirm which way odbc and oledb do this
public static string Declaration(string fullDeclaration, DataAccessProviderType dataAccessProviderType)
=> dataAccessProviderType == DataAccessProviderType.Odbc
? fullDeclaration
: string.Empty;
=> fullDeclaration;
}
}
Loading…
Cancel
Save