HttpUtilityWriteFileFromDatabase Method |
Name | Description | |
---|---|---|
WriteFileFromDatabase(IAppContext, IDatabase, String, String, String, String, String, Boolean) |
Writes a file from a database resource to the Response stream.
Note that unless NoFlushAndComplete or NoFlushAndCompleteIfEmpty
is set this call will flush and complete the request.
| |
WriteFileFromDatabase(IAppContext, IDatabase, String, String, String, String, String, WriteFileOptions, Int32) |
Writes a file from a database resource to the Response stream.
Note that unless NoFlushAndComplete or NoFlushAndCompleteIfEmpty
is set, this call will flush and complete the request if a record is found (even if the file data empty).
|