Share via


IDbCommandAnalysis Members

Include Protected Members
Include Inherited Members

Represents additional command information for analyzing a query and returning a list of parameter names used in the query.

The IDbCommandAnalysis type exposes the following members.

Methods

  Name Description
Public method GetParameters() Returns an IDataParameterCollection object representing a list of parameters used in the query.

Top