Declaration is the same for both Odbc and OleDb

6.0-servicing
Christopher Jolly 3 years ago
parent 79a3b7afae
commit 0e581b586d

@ -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