MapperKernelGetFireAndForgetCountHelper Method |
Returns the FireAndForgetCountHelper object for a given fire and forget sql request
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected FireAndForgetCountHelper GetFireAndForgetCountHelper(
string sql,
Nullable<DateTime> minCacheTime = null
)
Protected Function GetFireAndForgetCountHelper (
sql As String,
Optional minCacheTime As Nullable(Of DateTime) = Nothing
) As FireAndForgetCountHelper
Parameters
- sql
- Type: SystemString
The SQL to generate the FireAndForget count. - minCacheTime (Optional)
- Type: SystemNullableDateTime
Optional minimum cache date/time. If specified, any count cached prior to this date/time will be ignored.
Return Value
Type:
FireAndForgetCountHelperThe helper object.
See Also