publicResult<T>SyncData<T>(IDatabase source,IDatabase destination,FilterCallback<T> filterDataCallback,Direction direction = SourceToDestination)
Remarks
This method synchronizes data between source and destination databases of a specific type.
It retrieves data from both databases, applies optional filtering using the provided callback function,
and then compares the data to identify differences. The direction of synchronization determines
the comparison direction between source and destination databases.