| Name | Description | |
|---|---|---|
![]() | VistaDBProviderManifest Constructor | Initializes a new instance of the VistaDBProviderManifest class. |
The following tables list the members exposed by VistaDBProviderManifest.
| Name | Description | |
|---|---|---|
![]() | VistaDBProviderManifest Constructor | Initializes a new instance of the VistaDBProviderManifest class. |
| Name | Description | |
|---|---|---|
![]() | NamespaceName | Gets the namespace name supported by this provider manifest. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest) |
| Name | Description | |
|---|---|---|
![]() | StoreTypeNameToEdmPrimitiveType | Gets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest) |
![]() | StoreTypeNameToStorePrimitiveType | Gets the best mapped equivalent storage primitive type for a specified storage type name. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest) |
| Name | Description | |
|---|---|---|
![]() | EscapeLikeArgument | Provider writers should override this method to return the argument with the wildcards and the escape character escaped. This method is only used if SupportsEscapingLikeArgument returns true. (Inherited from System.Data.Entity.Core.Common.DbProviderManifest) |
![]() | GetEdmType | Overridden. When overridden in a derived class, this method maps the specified storage type and a set of facets for that type to an EDM type. This method takes a type and a set of facets and returns the best mapped equivalent type in EDM. |
![]() | GetFacetDescriptions | Returns the list of facet descriptions for the specified Entity Data Model (EDM) type. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest) |
![]() | GetInformation | Gets the provider-specific information. (Inherited from System.Data.Entity.Core.Common.DbProviderManifest) |
![]() | GetStoreFunctions | Overridden. When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest.Returns the list of provider-supported functions. |
![]() | GetStoreType | Overridden. When overridden in a derived class, this method maps the specified EDM type and a set of facets for that type to a storage type. This method takes a type and a set of facets and returns the best mapped equivalent type in SQL Server, taking the store version into consideration. |
![]() | GetStoreTypes | Overridden. When overridden in a derived class, returns the set of primitive types supported by the data source.Returns the list of primitive types supported by the storage provider. |
![]() | SupportsEscapingLikeArgument | Indicates if the provider supports escaping strings to be used as patterns in a Like expression. (Inherited from System.Data.Entity.Core.Common.DbProviderManifest) |
![]() | SupportsInExpression | Returns a boolean that specifies whether the provider can handle expression trees containing instances of DbInExpression. The default implementation returns false for backwards compatibility. Derived classes can override this method. (Inherited from System.Data.Entity.Core.Common.DbProviderManifest) |
| Name | Description | |
|---|---|---|
![]() | GetDbInformation | Overridden. When overridden in a derived class, this method returns provider-specific information. Providers should override this to return information specific to their provider. This method should never return null. |