ParametersSelector Method
Definition
ParametersSelector(T, int)
A callback method that is responsible for the values passed to the ToSafeResult(params T[]) method.
protected abstract IDbDataParameter ParametersSelector(T expression, int index)
Parameters
expressionTAn expression to test for a match in the IN operator.
indexintThe index of the
expression.
Returns
- IDbDataParameter
An IDbDataParameter representing the value of the
expression.