TableExistenceChecker Class
Implemented by Entity Framework providers and used to check whether or not tables exist in a given database. This is used by database initializers when determining whether or not to treat an existing database as empty such that tables should be created.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | TableExistenceChecker() |
Name | Description | |
---|---|---|
![]() | AnyModelTableExistsInDatabase(ObjectContext, DbConnection, IEnumerable<EntitySet>, String) | When overridden in a derived class checks where the given tables exist in the database for the given connection. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetTableName(EntitySet) | Helper method to get the table name for the given s-space EntitySet. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.