🟩 MatchData
Match data
public DataTable MatchData(List<TableParameter> tables, MatchParameter parameter, List<FieldMapping> fieldMap, CancellationToken cancellationToken)
Parameters
Parameter | Type | Definition |
---|---|---|
tables | List | Input tables with data |
parameter | MatchParameter | Matching parameters |
fieldMap | List<FieldMapping> | Fields from original table(s), which should be included in the result. If there are multiple tables in the source list then that parameter also defines the relationship between fields in different tables |
cancellationToken | CancellationToken | cancellationToken |
Exceptions
WinPureAPIWrongParametersException |
WinPureAPINoTableException |
WinPureAPINoFieldException |
WinPureAPIWrongConditionException |
Returns
Type | Definition |
---|---|
DataTable | Table with result of matching |
Updated over 3 years ago