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.9.0.0 (5.9.0)
Syntaxprotected IEnumerable<EntityMapping> GetAllMappingsWithTablesInSchemasWithSyncSource(
	HashSet<SyncSourceType> toFilterOn
)
Protected Function GetAllMappingsWithTablesInSchemasWithSyncSource ( 
	toFilterOn As HashSet(Of SyncSourceType)
) As IEnumerable(Of EntityMapping)
Parameters
- toFilterOn
 - Type: System.Collections.GenericHashSetSyncSourceType
To filter on. 
Return Value
Type: 
IEnumerableEntityMapping
See Also