Re: Converting dataset to dataview and sorting?
- From: "KJ" <n_o_s_p_a__m@xxxxxxxx>
- Date: 30 Dec 2005 22:36:25 -0800
OK, maybe you are thinking of the .Select method of DataTable?:
(from MSDN)
public DataRow[] Select(
string filterExpression,
string sort,
DataViewRowState recordStates
);
.
- Follow-Ups:
- Re: Converting dataset to dataview and sorting?
- From: Brett Romero
- Re: Converting dataset to dataview and sorting?
- References:
- Converting dataset to dataview and sorting?
- From: Brett Romero
- Re: Converting dataset to dataview and sorting?
- From: KJ
- Re: Converting dataset to dataview and sorting?
- From: Brett Romero
- Converting dataset to dataview and sorting?
- Prev by Date: Folder View
- Next by Date: Re: Why is C# 450% slower than C++ on nested loops ??
- Previous by thread: Re: Converting dataset to dataview and sorting?
- Next by thread: Re: Converting dataset to dataview and sorting?
- Index(es):