SqlSyncProviderAdapterConfiguration::BuildAdapter Method
Creates and returns a DbSyncAdapter object that represents a table in a SQL Server database.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Parameters
- connection
- Type: System.Data.SqlClient::SqlConnection
A connection to the database.
Return Value
Type: Microsoft.Synchronization.Data::DbSyncAdapterA DbSyncAdapter object that represents a table in a SQL Server database.
| Exception | Condition |
|---|---|
| ArgumentNullException | connection is nullptr. |
Show: