Gets an instance of
IQueryGenerator
based on the specified provider.
- Namespace
- DbSyncKit
.DB .Factory - Containing Type
- Query
Generator Factory
Syntax
public IQueryGenerator GetQueryGenerator(DatabaseProvider provider)
Parameters
Name | Type | Description |
---|---|---|
provider | DatabaseProvider | The database provider for which to get the query generator. |
Return Value
Type | Description |
---|---|
IQueryGenerator | An instance of IQueryGenerator for the specified database provider. |