Quantcast
Channel: DataView RowFilter vs SQL WHERE
Viewing all articles
Browse latest Browse all 12

Re: DataView RowFilter vs SQL WHERE

$
0
0

I am using proper types. The 2 dates are made up of a StartDate and EndDate:

private DateTime _StartDate, _EndDate;

... public DateTime StartDate { get { return _StartDate; } set { _StartDate = value; } } public DateTime EndDate { get { return _EndDate; } set { _EndDate = value; } } ... dvRowFilter.Append(String.Concat("(", ColName, " >= '", StartDate, "' and ", ColName, " < '", EndDate, "')"));




Viewing all articles
Browse latest Browse all 12

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>