Mediachase FileUploader.NET 1.9 Framework Help

SqlParameterList.ToArray Method ()

Copies the elements of the SqlParameterList to a new array.

[Visual Basic]
Overloads Public Function ToArray() As SqlParameter()
[C#]
public SqlParameter[] ToArray();

Return Value

An SqlParameter array containing copies of the elements of the SqlParameterList.

See Also

SqlParameterList Class | Mediachase.FileUploader Namespace | SqlParameterList.ToArray Overload List