System.Data.Entity.SqlServer Namespace
The System.Data.Entity.SqlServer namespace provides SQL function classes to the entity framework.
Class | Description | |
---|---|---|
![]() | SqlAzureExecutionStrategy | An IDbExecutionStrategy that retries actions that throw exceptions caused by SQL Azure transient failures. |
![]() | SqlFunctions | Contains function stubs that expose SqlServer methods in Linq to Entities. |
![]() | SqlProviderServices | The DbProviderServices implementation for the SqlClient provider for SQL Server. |
![]() | SqlServerMigrationSqlGenerator | Represents a provider to convert provider agnostic migration operations into SQL commands that can be run against a Microsoft SQL Server database. |
![]() | SqlSpatialFunctions | Contains function stubs that expose SqlServer methods in Linq to Entities. |
![]() | SqlSpatialServices | Represents an implementation of DbSpatialServices to provide support for geospatial types when using Entity Framework with Microsoft SQL Server. |