![]() ![]() | a string which can be used to filter out stored procs names when building config files |
![]() ![]() | Overloaded. Adds a statement for each stored procedures in the database to the specified statements.xml file. |
![]() ![]() | Overloaded. Adds a statement for each stored procedures in the database to the specified statements.xml file. |
![]() ![]() | Overloaded. Adds a statement for the given stored procedure name to the specified statements.xml file. |
![]() ![]() | Overloaded. Create Statement with the parameters needed to delete a record for the given database table |
![]() ![]() | Overloaded. Create Statement with the parameters needed to insert a record for the given database table with the default provider |
![]() ![]() | Overloaded. Create Statement with the parameters needed to select a record for the given database table |
![]() ![]() | Overloaded. Create a statement config file for the given stored procedure name |
![]() ![]() | Overloaded. Create statement config files for all of the stored procedures in the database referred to by the connection string and put them in the given cacheDir. This command is long running so it is executed asynchronously. If you want to wait for the results, use the xxxSync version of the command. |
![]() ![]() | Overloaded. Syncronous version fo CreateSqlFiles |
![]() ![]() | Overloaded. Create Statement with the parameters needed to update a record for the given database table |
![]() ![]() | Create the xml for the given Statement. Used for the creation of statement files where multiple statements are combined into a single statement file |
![]() | The provider name |
![]() | 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 |
![]() | Overloaded. Create a SQLParameter for this provider. |
![]() | 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. Looks up a statement from the manager. Allows for abstractions away from the StatementManager. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | 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. Create a DataAdapter for this provider |
![]() | |
![]() | |
![]() | |
![]() | 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. |
SqlProvider Class | SnapDAL.Providers Namespace