Hi there,

List<SqlParameter> seems ok. Perhaps you can show us more of the code you have used and also include the using statements at the top of the file. Chances are you are missing a reference to System.Collections.Generic where List<T> is defined.