Gets the parameters of the executed command.

Namespace:  Mindscape.LightSpeed.Logging
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public IEnumerable<IDataParameter> CommandParameters { get; }
Visual Basic (Declaration)
Public ReadOnly Property CommandParameters As IEnumerable(Of IDataParameter)

See Also