Click or drag to resize

TypeInfoReflectDbCommand Method

Returns 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 IDictionary<string, string> ReflectDbCommand(
	IDbCommand? command
)

Parameters

command  IDbCommand
The IDbCommand object to examine.

Return Value

IDictionaryString, String
A DictionaryTKey, TValue containing a dump of command.
See Also