How to get distinct rows from a DataSet or DataTable

    DataTable dtDistinct=ds.Tables[0].DefaultView.ToTable(true,"Floor_id");

Comments

Popular posts from this blog

Performance Optimization in Sitecore

Strategies for Migrating to Sitecore from legacy or upgrading from older Sitecore

Azure Event Grid Sample code