Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Emmanuel S
on
Perhaps I don't understand what you say but the condition null is to do in first just below reading value:

IEntitySessionResult result = (IEntitySessionResult) value;

if (value == null)
{
// do something appropriate, in this case probably just return nothing
return null;
}