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.SynchronizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
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