RelationalDatabaseFacadeExtensions.IsRelational(DatabaseFacade) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the database provider currently in use is a relational database.
public static bool IsRelational (this Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade databaseFacade);
static member IsRelational : Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade -> bool
<Extension()>
Public Function IsRelational (databaseFacade As DatabaseFacade) As Boolean
Parameters
- databaseFacade
- DatabaseFacade
The facade from Database.
Returns
true
if a relational database provider is being used;
false
otherwise.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework