A
A
AcidBat2015-09-20 18:13:29
C++ / C#
AcidBat, 2015-09-20 18:13:29

How to find out the dimension of an instance of the DataSet class?

The bottom line is this: I'm working on a site on the ASP.NET platform (that is, pure ASP.NET 4.5, without any additions).
There was a need to know the number of rows of an instance of the DataSet class after filling it with an adapter.
Is there such a method in the standard library, or should I look for a third-party solution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
V Sh., 2015-09-21
@AcidBat

ds.Tables[0].Rows.Count

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question