SQLiteExecuteExecuteScalar Method |
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)
Syntax public Object ExecuteScalar(
IDbCommand command
)
Public Function ExecuteScalar (
command As IDbCommand
) As Object
public:
Object^ ExecuteScalar(
IDbCommand^ command
)
member ExecuteScalar :
command : IDbCommand -> Object
Parameters
- command
- Type: System.DataIDbCommand
Return Value
Type:
ObjectSee Also