| DuplicateRowsHandlerGetTableKeyColumns Method |
Namespace:
Dynamicweb.DataIntegration.ProviderHelpers
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public List<Column> GetTableKeyColumns(
string tableName
)
Public Function GetTableKeyColumns (
tableName As String
) As List(Of Column)
Parameters
- tableName
- Type: SystemString
Return Value
Type:
ListColumnSee Also