VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class
Fields Properties Methods


In This Topic
    VistaDBProviderServices Class Members
    In This Topic

    The following tables list the members exposed by VistaDBProviderServices.

    Public Fields
     NameDescription
    Public FieldThis 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.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)The Singleton instance of the SqlProviderServices type.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Create a Command Definition object given a command tree. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodCreates 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)
    Public MethodGenerates 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)
    Public MethodReturns a value indicating whether a given database exists on the server. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodDeletes the specified database. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodReturns the provider manifest by using the specified version information. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodReturns provider manifest token given a connection. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodCalled 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)
    Public MethodCalled 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)
    Public MethodGets the spatial data reader for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodOverloaded. Gets the spatial services for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Public MethodRegisters a handler to process non-error messages coming from the database provider. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds 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)
    Protected MethodOverridden. Creates a command definition object for the specified provider manifest and command tree.  
    Protected MethodCreates 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)
    Protected MethodGenerates 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)
    Protected MethodReturns a value indicating whether a given database exists on the server. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Protected MethodDeletes the specified database. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Protected MethodGets the spatial services for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Protected MethodOverridden. 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.  
    Protected MethodOverridden. Returns provider manifest token for a given connection. Returns provider manifest token for a given connection.  
    Protected MethodGets the spatial data reader for the System.Data.Entity.Core.Common.DbProviderServices. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Protected MethodOverridden. 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.  
    Top
    See Also