CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Writer.IsUnique Method

This method is available in the commercial version only.

Indicates if the data in the supplied Row has already been written.

[Visual Basic]
Public Function IsUnique( _
ByVal dataRow As Row _
) As Boolean
[C#]
public bool IsUnique(
Row dataRow
);

Parameters

dataRow
The Row to for which to evaluate uniqueness.

Return Value

A boolean indicating if the Row is unique.

Remarks

This method will always return true if the Writer has not been initialized to filter unique rows.

This method is available in the commercial version only.

See Also

Writer Class | AldenSystems.CSVEngine Namespace