Mediachase FileUploader.NET 1.9 Framework Help

SqlParameterList.ToArray Method

Copies the elements of the SqlParameterList to a new array.

Overload List

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[]);

See Also

SqlParameterList Class | Mediachase.FileUploader Namespace