Holds information about a single SelectCommand parameter.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class CommandParameter : ICloneable
Visual Basic
Public Class CommandParameter _
	Implements ICloneable
Visual C++
public ref class CommandParameter : ICloneable

Remarks

See SelectCommand for details on using command parameters with select statements.

Inheritance Hierarchy

System..::..Object
  Simol..::..CommandParameter

See Also