| 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.DatabaseAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IDataReader ExecuteReader(
	IDbCommand command,
	CommandBehavior commandBehaviour
)
Public Function ExecuteReader ( 
	command As IDbCommand,
	commandBehaviour As CommandBehavior
) As IDataReader
public:
IDataReader^ ExecuteReader(
	IDbCommand^ command, 
	CommandBehavior commandBehaviour
)
member ExecuteReader : 
        command : IDbCommand * 
        commandBehaviour : CommandBehavior -> IDataReader 
Parameters
- command
 - Type: System.DataIDbCommand
 - commandBehaviour
 - Type: System.DataCommandBehavior
 
Return Value
Type: 
IDataReader
See Also