Click or drag to resize

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
)

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: FireAndForgetCountHelper
The helper object.
See Also