How to get the value of datarow[]

Source: Internet
Author: User
Tags filter first row

This article mainly describes how to obtain the value of datarow[], need friends can refer to the following

First, datarow[] dr = dt. Select ("T1= ' A '");  The result is an array, so you just loop through the array.  The code is as follows: string x= ""; if (Dr. Length > 0) {foreach (DataRow DrN in DR) {x+=drn["T2"] (/////////* T2 column value after filter condition) Note If you want to clear the value of the first few lines, you can do the same: for example, after filtering Value, you can get string x=dr[0]["T2" from the following sentence. Tostring ();//Gets the value of the first row of T2 field after the filter.

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.