Click or drag to resize

TypeInfoTraceDbCommand Method

Displays trace information about a pending SQL command.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static void TraceDbCommand(
	IDbCommand? command
)

Parameters

command  IDbCommand
The IDbCommand object to examine.
See Also