ADO.NET Provider for QuickBooks Time

Build 25.0.9434

DownloadFile

Download the file in the raw binary format.

Stored Procedure Specific Information

QuickBooks Time allows only a small subset of columns to be used in the EXECUTE query. These columns can typically only be used with the = comparison. For example:

EXECUTE DownloadFile FileId = '3688662', DownloadLocation = 'D:\\Desktop'

Input

Name Type Required Accepts Output Streams Description
FileId String True False The File Id.
DownloadLocation String False False Download location.
Encoding String False False The FileData input encoding type.

使用できる値は次のとおりです。NONE, BASE64

デフォルト値はBASE64です。

FileStream String False True An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure
FileData String The FileData output

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434