The IDalCommandParams interface controls a collection of SQL query parameters to work with the database.
| Property name | Brief description | |
| Count | The Count property returns the number of parameters that are used in the SQL query. | |
| Item | The Item property returns parameters of the SQL query. |
| Method name | Brief description | |
| Add | The Add method adds a parameter that is used in the SQL query. | |
| Clear | The Clear method clears a list of parameters that are used in the SQL query. |
See also: