| Name | Description | |
|---|---|---|
![]() | ProviderInvariantName | This is the well-known string using in configuration files and code-based configuration as the "provider invariant name" used to specify VistaDB for ADO.NET and Entity Framework provider services. |
The following tables list the members exposed by VistaDBProviderServices.
| Name | Description | |
|---|---|---|
![]() | ProviderInvariantName | This is the well-known string using in configuration files and code-based configuration as the "provider invariant name" used to specify VistaDB for ADO.NET and Entity Framework provider services. |
| Name | Description | |
|---|---|---|
![]() | CreateCommandDefinition | Overloaded. Create a Command Definition object given a command tree. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | CreateDatabase | Creates a database indicated by connection and creates schema objects (tables, primary keys, foreign keys) based on the contents of storeItemCollection. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | CreateDatabaseScript | Generates a data definition language (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 System.Data.Entity.Core.Common.DbProviderServices) |
![]() | DatabaseExists | Returns a value indicating whether a given database exists on the server. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | DeleteDatabase | Deletes the specified database. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetProviderManifest | Returns the provider manifest by using the specified version information. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetProviderManifestToken | Returns provider manifest token given a connection. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetService | Called to resolve additional default provider services when a derived type is registered as an EF provider either using an entry in the application's config file or through code-based registration in System.Data.Entity.DbConfiguration. The implementation of this method in this class uses the resolvers added with the AddDependencyResolver method to resolve dependencies. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetServices | Called to resolve additional default provider services when a derived type is registered as an EF provider either using an entry in the application's config file or through code-based registration in System.Data.Entity.DbConfiguration. The implementation of this method in this class uses the resolvers added with the AddDependencyResolver method to resolve dependencies. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetSpatialDataReader | Gets the spatial data reader for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetSpatialServices | Overloaded. Gets the spatial services for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | RegisterInfoMessageHandler | Registers a handler to process non-error messages coming from the database provider. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
| Name | Description | |
|---|---|---|
![]() | AddDependencyResolver | Adds an System.Data.Entity.Infrastructure.DependencyResolution.IDbDependencyResolver that will be used to resolve additional default provider services when a derived type is registered as an EF provider either using an entry in the application's config file or through code-based registration in System.Data.Entity.DbConfiguration. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | CreateDbCommandDefinition | Overridden. Creates a command definition object for the specified provider manifest and command tree. |
![]() | DbCreateDatabase | Creates a database indicated by connection and creates schema objects (tables, primary keys, foreign keys) based on the contents of a StoreItemCollection. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | DbCreateDatabaseScript | Generates a data definition language (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 System.Data.Entity.Core.Common.DbProviderServices) |
![]() | DbDatabaseExists | Returns a value indicating whether a given database exists on the server. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | DbDeleteDatabase | Deletes the specified database. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | DbGetSpatialServices | Gets the spatial services for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | GetDbProviderManifest | Overridden. When overridden in a derived class, returns an instance of a class that derives from the DbProviderManifest. Returns the provider manifest by using the specified version information. |
![]() | GetDbProviderManifestToken | Overridden. Returns provider manifest token for a given connection. Returns provider manifest token for a given connection. |
![]() | GetDbSpatialDataReader | Gets the spatial data reader for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices) |
![]() | SetDbParameterValue | Overridden. Sets the parameter value and appropriate facets for the given System.Data.Entity.Core.Metadata.Edm.TypeUsage.Sets the parameter value and appropriate facets for the given System.Data.Entity.Core.Metadata.Edm.TypeUsage. |