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