Datarow[]/Array conversion datatable!

Source: Internet
Author: User

<summary>/////         </summary>/        <param name= "DT" ></param>///        < param name= "Strwhere" > Filter conditions </param>//        <returns></returns> public        DataTable Sreeendatatable (DataTable dt,string strwhere)        {             if (dt. rows.count<=0) return DT;        The DataTable dtnew = DT is returned when the data is empty            . Clone ();         Copy the table structure of the data source            datarow[] drs = dt. Select (strwhere);  Strwhere conditions to filter out the required data!            if (Drs. Length > 0)                   //To determine if there is a matching data, copy below, or error                Dtnew = Drs. CopyToDataTable ();    Copy to the new DataTable!            return dtnew;        }



Datarow[]/Array conversion datatable!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.