다음을 통해 공유


SqlColumnBinder.IsNull Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

Microsoft.TeamFoundation.Framework.Server Namespace