version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I have an entity that I have to filter by date.It's an sqlSever dateTime datatype.
I'm trying to filter between 2 dates, eg, 01/01/1980 and 01/01/1981
I can't see a "between" in the comparisonOperator.How can I achieve the above?
Below is the code that I am guessing
IPredicate filter = new FieldCompareValuePredicate(TblSearchFields.SearchDate,ComparisonOperator.GreaterThan,
many thanks for any help,
yogi