GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowDatabaseExecute Interface Reference
Inheritance diagram for GenerallyPositive.IAllowDatabaseExecute:
GenerallyPositive.IAllowDatabaseActions GenerallyPositive.IGPALDatabase GenerallyPositive.IAllowParametersAndActions GenerallyPositive.GPALDatabase GenerallyPositive.IGPALDatabase GenerallyPositive.GPALDatabase

Public Member Functions

IAllowParametersAndActions Execute (out int rowCount)
IAllowParametersAndActions Execute (out List< int > rowCountsPerStatement)
 Per-statement breakdown (via SqlCommand.StatementCompleted) instead of the single aggregate count.

Detailed Description

Definition at line 213 of file Interfaces.cs.

Member Function Documentation

◆ Execute()

IAllowParametersAndActions GenerallyPositive.IAllowDatabaseExecute.Execute ( out List< int > rowCountsPerStatement)

Per-statement breakdown (via SqlCommand.StatementCompleted) instead of the single aggregate count.

Implemented in GenerallyPositive.GPALDatabase.


The documentation for this interface was generated from the following file: