IDatabaseOpenHashtable Method |
Opens a 2 column statement on the encapsulated connection and returns the results as a hashtable.
Note that a hashtable is ALWAYS returned even if no records were found (in which case it will be empty).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Hashtable OpenHashtable(
string sql
)
Function OpenHashtable (
sql As String
) As Hashtable
Parameters
- sql
- Type: SystemString
The SQL statement to execute.
Return Value
Type:
HashtableA hashtable representing the first 2 columns. Possibly empty, but never null.
See Also