Click or drag to resize

DatabaseOpenHashtable 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
public Hashtable OpenHashtable(
	string sql
)

Parameters

sql
Type: SystemString
The SQL statement to execute.

Return Value

Type: Hashtable
A hashtable representing the first 2 columns. Possibly empty, but never null.

Implements

IDatabaseOpenHashtable(String)
See Also