Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function IsNull ( _
    reader As DbDataReader _
) As Boolean
public bool IsNull(
    DbDataReader reader
)
public:
bool IsNull(
    DbDataReader^ reader
)
member IsNull : 
        reader:DbDataReader -> bool
public function IsNull(
    reader : DbDataReader
) : boolean
Parameters
- reader
 Type: System.Data.Common.DbDataReader
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.