DbSyncColumnMappingCollection::IndexOfRemoteColumn Method
Searches for a DbSyncColumnMapping object when given a remote column name, and returns the zero-based index of the first occurrence within the whole collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- remoteColumn
- Type: System::String
The name of the column in the remote database.
Return Value
Type: System::Int32The index position of remotecolumn if that string is found; otherwise -1.
Show: