Link to home
Start Free TrialLog in
Avatar of rgavrilov
rgavrilov

asked on

Filter expression for NULL in TimeSpan column

I hava a DataTable with a column of type System.TimeSpan
I need an expression for DataTable.Select() method to select rows with NULL in that column.
Something like:
dataTable.Select("Isnull(OutTime, NULL) = NULL")

I am not sure what to use instead of 'NULL' in the example.
ASKER CERTIFIED SOLUTION
Avatar of Gautham Janardhan
Gautham Janardhan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial