FireAndForgetCountHelper Constructor (IMapper, String, NullableDateTime) |
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)
Syntax public FireAndForgetCountHelper(
IMapper sender,
string sql,
Nullable<DateTime> minCacheTime
)
Public Sub New (
sender As IMapper,
sql As String,
minCacheTime As Nullable(Of DateTime)
)
Parameters
- sender
- Type: NetQuarry.DataIMapper
The mapper for which to get the count. - sql
- Type: SystemString
The SQL to generate the FireAndForget count. - minCacheTime
- Type: SystemNullableDateTime
Optional minimum cache date/time. If specified, any count cached prior to this date/time will be ignored.
See Also