DataFlow.DistinctRows Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters out records that contain duplicate values in all columns, leaving only a single instance.
public:
Microsoft::DataPrep::Common::DataFlow ^ DistinctRows();
public Microsoft.DataPrep.Common.DataFlow DistinctRows();
member this.DistinctRows : unit -> Microsoft.DataPrep.Common.DataFlow
Public Function DistinctRows () As DataFlow