Copies the elements of the SqlParameterList to a new array.
Copies the elements of the SqlParameterList to a new array.
public SqlParameter[] ToArray();
Copies the elements of the SqlParameterList to a new array and adds an additional params.
public virtual SqlParameter[] ToArray(params SqlParameter[]);
SqlParameterList Class | Mediachase.FileUploader Namespace