Click or drag to resize
SQLiteExecuteExecuteReader Method (IDbCommand, CommandBehavior)
Performs the ExecuteReader operation on the command, returning the result. Will retry the command if the attempt fails due to a locked database.

Namespace: VirtualRadar.Database
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IDataReader ExecuteReader(
	IDbCommand command,
	CommandBehavior commandBehaviour
)

Parameters

command
Type: System.DataIDbCommand
commandBehaviour
Type: System.DataCommandBehavior

Return Value

Type: IDataReader
See Also