IDalCommandParams

Description

The IDalCommandParams interface controls a collection of SQL query parameters to work with the database.

Properties

  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.

Methods

  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:

Dal Assembly Interfaces