Arguments Property
Definition
Arguments
Gets the arguments for the IN operator.
public IEnumerable<string> Arguments { get; }
Property Value
- IEnumerable<string>
The arguments for the IN operator.
Remarks
Default format of arguments is @paramAbcdef0, @paramAbcdef1, @paramAbcdef2, etc. and is controlled by the ArgumentsSelector(T, int) method.