다음을 통해 공유


SqlColumnBinder.GetBoolean Method (DbDataReader, Boolean)

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

Syntax

‘선언
Public Function GetBoolean ( _
    reader As DbDataReader, _
    nullValue As Boolean _
) As Boolean
public bool GetBoolean(
    DbDataReader reader,
    bool nullValue
)
public:
bool GetBoolean(
    DbDataReader^ reader, 
    bool nullValue
)
member GetBoolean : 
        reader:DbDataReader * 
        nullValue:bool -> bool 
public function GetBoolean(
    reader : DbDataReader, 
    nullValue : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetBoolean Overload

Microsoft.TeamFoundation.Framework.Server Namespace