Gets or sets the QueryGenerationManager instance for generating queries for the destination database.
- Namespace
- DbSyncKit
.DB .Fetcher - Containing Type
- DataContractFetcher
- Property Type
- IQueryGenerator
Syntax
public IQueryGenerator DestinationQueryGenerationManager { get; private set; }
Remarks
This property is set by the
DbSyncKit.DB.Fetcher.DataContractFetcher.RetrieveDataFromDatabases``1(DbSyncKit.DB.Interface.IDatabase,DbSyncKit.DB.Interface.IDatabase,System.String,List{System.String},DbSyncKit.DB.Comparer.PropertyEqualityComparer{``0},DbSyncKit.DB.Fetcher.FilterCallback{``0},HashSet{``0}@,HashSet{``0}@)
method.
It allows the reuse of the QueryGenerationManager instance when the source and destination databases share the same provider.
Value
Type | Description |
---|---|
IQueryGenerator |