SqlProviderServices Class
.NET Framework 4.5
The DbProviderServices implementation for the SqlClient provider for SQL Server.
Namespace:
System.Data.SqlClient
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The SqlProviderServices type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateCommandDefinition(DbCommand) | Creates a command definition that uses a specified command. (Inherited from DbProviderServices.) |
![]() | CreateCommandDefinition(DbCommandTree) | Creates command definition from command tree. (Inherited from DbProviderServices.) |
![]() | CreateCommandDefinition(DbProviderManifest, DbCommandTree) | Creates command definition from specified manifest andcommand tree. (Inherited from DbProviderServices.) |
![]() | CreateDatabase | Creates a database indicated by connection and creates schema objects. (Inherited from DbProviderServices.) |
![]() | CreateDatabaseScript | Generates a data definition langauge (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token. (Inherited from DbProviderServices.) |
![]() | DatabaseExists | Returns a value indicating whether a given database exists on the server and whether schema objects contained in the storeItemCollection have been created. (Inherited from DbProviderServices.) |
![]() | DeleteDatabase | Deletes all store objects specified in the store item collection from the database and the database itself. (Inherited from DbProviderServices.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProviderManifest | Returns the provider manifest by using the specified version information. (Inherited from DbProviderServices.) |
![]() | GetProviderManifestToken | Returns provider manifest token. (Inherited from DbProviderServices.) |
![]() | GetSpatialDataReader | Gets the spatial data reader for the DbProviderServices. (Inherited from DbProviderServices.) |
![]() | GetSpatialServices | Gets the spatial services for the DbProviderServices. (Inherited from DbProviderServices.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
