GetFillParameters method

Returns the parameters set by the user when executing a SELECT statement.

Syntax
Visual Basic
Public Function GetFillParameters() As ULParameter
C#
public ULParameter GetFillParameters();
Return value

An array of ULParameter objects that contains the parameters set by the user.

Remarks

This is the strongly-typed version of System.Data.Common.DbDataAdapter.GetFillParameters.

See also