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
- reader
 Type: System.Data.Common.DbDataReader
- allowNulls
 Type: System.Boolean
Return Value
Type: array<System.Byte[]
Returns Byte.
.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.