GetFillParameters() Method

Syntax:

public IDataParameter[] GetFillParameters()

Description:

Gets the parameters set by the user when executing the SelectCommand.

Return Value:

Type: System.Data.IDataParameter[]

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

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbDataAdapter.GetFillParameters()