SqlServerToPostgresConfig constructor
SqlServerToPostgresConfig({
- PostgresDestinationConfig? postgresDestinationConfig,
- SqlServerSourceConfig? sqlserverSourceConfig,
Implementation
SqlServerToPostgresConfig({
this.postgresDestinationConfig,
this.sqlserverSourceConfig,
});