Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Data Access Components Manual » .NET Data Provider Reference » EDBDataReader Class |
Property | Description |
RowReadSize: Integer | Use this property to specify how many rows should be read from an ElevateDB Server at one time when the current result set is navigated. |
Method | Description |
Refresh | Refreshes the current result set. This is useful when the result set is sensitive, as indicated by the EDBCommand Sensitive property |
GetBytes(Index: Int32; DestStream: Stream): Int64 GetBytes(Index: Int32; const DestFileName: String): Int64 | These methods retrieve the contents of a CHAR/VARCHAR, BYTES/VARBYTES, CLOB, or BLOB column into a destination stream or file. The return value is the number of bytes read from the column. |
GetImage(Index: Int32): Bitmap | This method retrieves the contents of a BLOB column into a new Bitmap instance. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |