IDalCommandParams

Description

The IDalCommandParams interface controls the collection of SQL query parameters that are used to work with the database.

Properties

  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.

Methods

  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:

Dal Assembly Interfaces