Click or drag to resize

DatabaseSelectSql 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 abstract DbDataReader SelectSql(
	string sql,
	int timeout,
	Dictionary<string, Object> args
)

Parameters

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

Return Value

Type: DbDataReader
See Also