QueryGeneratorFactory Class
Factory class for creating instances of IQueryGenerator based on the specified DatabaseProvider.
Namespace
DbSyncKit.DB.Factory
Base Types
  • object
graph BT Type-->Base0["object"] Type["QueryGeneratorFactory"] class Type type-node

Syntax

public class QueryGeneratorFactory

Methods

Name Return Value Summary
GetQueryGenerator(DatabaseProvider) IQueryGenerator
Gets an instance of IQueryGenerator based on the specified provider.