[]
Gets the collection of the parameters of the command for which the data is requested.
public IReadOnlyList<DbParameter> Parameters { get; }
Type | Description |
---|---|
IReadOnlyList<DbParameter> | A read-only list of DbParameter objects representing the parameters of the command. |