Click or drag to resize

DatabaseSelectRowReader Method (String, Int32, DictionaryString, Object)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public DatabaseRowReader SelectRowReader(
	string sql,
	int timeout,
	Dictionary<string, Object> args
)

Parameters

sql
Type: SystemString
timeout
Type: SystemInt32
args
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: DatabaseRowReader
See Also