-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Faithlife.Data assembly | ||
|
||
## Faithlife.Data namespace | ||
|
||
| public type | description | | ||
| --- | --- | | ||
| static class [DataRecordExtensions](./Faithlife.Data/DataRecordExtensions.md) | Extension methods for IDataRecord. | | ||
| abstract class [DbCommandCache](./Faithlife.Data/DbCommandCache.md) | A cache of IDbCommand by command text. | | ||
| abstract class [DbConnectionCloser](./Faithlife.Data/DbConnectionCloser.md) | Closes the connection when disposed. | | ||
| abstract class [DbConnector](./Faithlife.Data/DbConnector.md) | Encapsulates a database connection and any current transaction. | | ||
| struct [DbConnectorCommand](./Faithlife.Data/DbConnectorCommand.md) | Encapsulates the text and parameters of a database command. | | ||
| class [DbConnectorPool](./Faithlife.Data/DbConnectorPool.md) | Maintains a pool of connectors. | | ||
| class [DbConnectorPoolSettings](./Faithlife.Data/DbConnectorPoolSettings.md) | Settings when creating a [`DbConnectorPool`](./Faithlife.Data/DbConnectorPool.md). | | ||
| class [DbConnectorResultSets](./Faithlife.Data/DbConnectorResultSets.md) | Encapsulates multiple result sets. | | ||
| class [DbConnectorSettings](./Faithlife.Data/DbConnectorSettings.md) | Settings when creating a [`DbConnector`](./Faithlife.Data/DbConnector.md). | | ||
| struct [DbParameters](./Faithlife.Data/DbParameters.md) | An immutable list of parameters. | | ||
| class [DbProviderMethods](./Faithlife.Data/DbProviderMethods.md) | Provides provider-specific database access methods. | | ||
| abstract class [DbTransactionDisposer](./Faithlife.Data/DbTransactionDisposer.md) | Disposes the transaction when disposed. | | ||
| class [DelegatingDbConnector](./Faithlife.Data/DelegatingDbConnector.md) | Delegates to an inner connector. | | ||
| class [DelegatingDbProviderMethods](./Faithlife.Data/DelegatingDbProviderMethods.md) | Delegates to an inner provider. | | ||
|
||
## Faithlife.Data.BulkInsert namespace | ||
|
||
| public type | description | | ||
| --- | --- | | ||
| class [BulkInsertSettings](./Faithlife.Data.BulkInsert/BulkInsertSettings.md) | Settings for bulk insert. | | ||
| static class [BulkInsertUtility](./Faithlife.Data.BulkInsert/BulkInsertUtility.md) | Methods for performing bulk inserts. | | ||
|
||
## Faithlife.Data.SqlFormatting namespace | ||
|
||
| public type | description | | ||
| --- | --- | | ||
| class [DelegatingSqlSyntax](./Faithlife.Data.SqlFormatting/DelegatingSqlSyntax.md) | Delegates to an inner SQL syntax. | | ||
| abstract class [Sql](./Faithlife.Data.SqlFormatting/Sql.md) | Encapsulates parameterized SQL. | | ||
| abstract class [SqlSyntax](./Faithlife.Data.SqlFormatting/SqlSyntax.md) | The syntax used by a particular SQL dialect. | | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Faithlife.Data.dll --> |