dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / Columns Property

In This Topic
Columns Property (SyncProviderAdapterConfiguration)
In This Topic
Gets the collection of Microsoft.Synchronization.Data.DbSyncColumnDescription objects, representing all columns in a table.
Syntax
'Declaration
 
Public Property Columns As Collection(Of DbSyncColumnDescription)
 

Property Value

The collection of Microsoft.Synchronization.Data.DbSyncColumnDescription objects, representing all columns in a table.
See Also