Share via


SqlColumnBinder.GetBytes Method (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
)
public:
array<unsigned char>^ GetBytes(
    DbDataReader^ reader, 
    bool allowNulls
)
member GetBytes : 
        reader:DbDataReader * 
        allowNulls:bool -> byte[] 
public function GetBytes(
    reader : DbDataReader, 
    allowNulls : boolean
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]
Returns Byte.

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetBytes Overload

Microsoft.TeamFoundation.Framework.Server Namespace