Click or drag to resize
SyncTaskBaseGetAllMappingsWithTablesInSchemasWithSyncSource Method
Gets all mappings with tables in schemas with their sync source set to a value in toFilterOn. The mappings are for all relational model data stores.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Synchronization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected IEnumerable<EntityMapping> GetAllMappingsWithTablesInSchemasWithSyncSource(
	HashSet<SyncSourceType> toFilterOn
)

Parameters

toFilterOn
Type: System.Collections.GenericHashSetSyncSourceType
To filter on.

Return Value

Type: IEnumerableEntityMapping
See Also