ArgumentsSelector Method
Definition
ArgumentsSelector(T, int)
A callback method that is responsible for the values passed to the ToSafeResult(params T[]) method.
protected virtual string ArgumentsSelector(T expression, int index)
Parameters
expressionTAn expression to test for a match in the IN operator.
indexintThe index of the
expression.
Returns
Remarks
Default is @param concatenated with ParameterPrefix and index, eg. @paramAbcdef0.