UnSupportedColumns Property
UnSupportedColumns
Allows the declaration of a subset of columns supported by the target data source.
Declaration
public Dictionary<string, List<string>> UnSupportedColumns { get; set; }
Public Property UnSupportedColumns As Dictionary(Of String, List(Of String))