VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderManifest Class
Properties Methods


In This Topic
    VistaDBProviderManifest Class Members
    In This Topic

    The following tables list the members exposed by VistaDBProviderManifest.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VistaDBProviderManifest class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the namespace name supported by this provider manifest. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest)
    Protected PropertyGets the best mapped equivalent storage primitive type for a specified storage type name. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest)
    Top
    Public Methods
     NameDescription
    Public MethodProvider 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)
    Public MethodOverridden. 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.  
    Public MethodReturns the list of facet descriptions for the specified Entity Data Model (EDM) type. (Inherited from System.Data.Entity.Core.Common.DbXmlEnabledProviderManifest)
    Public MethodGets the provider-specific information. (Inherited from System.Data.Entity.Core.Common.DbProviderManifest)
    Public MethodOverridden. When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest.Returns the list of provider-supported functions.  
    Public MethodOverridden. 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.  
    Public MethodOverridden. 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.  
    Public MethodIndicates if the provider supports escaping strings to be used as patterns in a Like expression. (Inherited from System.Data.Entity.Core.Common.DbProviderManifest)
    Public MethodReturns 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)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. 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.  
    Top
    See Also