FireAndForgetCountHelper Constructor (IMapper, String) |
Constructor for fire and forget counter helper.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic FireAndForgetCountHelper(
IMapper sender,
string sql
)
Public Sub New (
sender As IMapper,
sql As String
)
Parameters
- sender
- Type: NetQuarry.DataIMapper
The mapper for which to get the count. - sql
- Type: SystemString
The SQL to generate the FireAndForget count.
See Also