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.2.0.0 (5.2.17.0403)
Syntax protected 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:
IEnumerableEntityMappingSee Also