Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

File metadata and controls

28 lines (22 loc) · 1.13 KB
title getBinaryStream Method (SQLServerBlob)
description getBinaryStream Method (SQLServerBlob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getBinaryStream Method (SQLServerBlob)

[!INCLUDEDriver_JDBC_Download]

Returns an input stream to read data from the BLOB.

Overload List

Name Description
getBinaryStream Method () Returns an input stream to read data from the BLOB.
getBinaryStream Method (long, long) Returns an input stream object that contains a partial BLOB value by using the specified starting position and the length.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class