![]() ![]() | Overloaded. Load a provider for the specified ProviderType with default settings. |
![]() | The name of the provider |
![]() | The parameter type mapping associated with the provider. See the documentation |
![]() | The statement manager and cache. |
![]() | Create a command for this provider. In this version, the actual sql is used instead of a statement name |
![]() | Create a Connection for this provider |
![]() | Overloaded. Create a DataAdapter for this provider |
![]() | Overloaded. Create a parameter for this provider and set the value |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Overloaded. Using the providers cache, retrieve a Statement for the geven statement name |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Overloaded. Initializes a new instance of the Provider class. |
![]() | A holder class for the types of objects a provider can create |
![]() | The mapping of CLR/Types to DB types (enum values for each provider) |
![]() | Do we record the data as we get it? |
![]() | The StatmentmentManage who can cache and collect statements |
![]() | Clones a command from the statement. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Overloaded. Looks up a statement from the manager. Allows for abstractions away from the StatementManager. |
![]() | Creates a shallow copy of the current Object. |
![]() | Overloaded. |
![]() | |
![]() | |
![]() | |
![]() | Set up the default parameter types. This method is where the provider determines both the parameter types that are supported, as well as the mapping between the IDb types and the real parameter types. |
Provider Class | SnapDAL Namespace