Share via


SqlColumnBinder.GetBytes-Methode (DbDataReader, Boolean)

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

Syntax

'Declaration
Public Function GetBytes ( _
    reader As DbDataReader, _
    allowNulls As Boolean _
) As Byte()
public byte[] GetBytes(
    DbDataReader reader,
    bool allowNulls
)

Parameter

Rückgabewert

Typ: array<System.Byte[]
Gibt Byte zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlColumnBinder Klasse

GetBytes-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace