Initializes a new instance of the SelectCommand class.

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

Syntax

C#
public SelectCommand(
	ItemMapping mapping,
	string commandText,
	params CommandParameter[] parameters
)
Visual Basic
Public Sub New ( _
	mapping As ItemMapping, _
	commandText As String, _
	ParamArray parameters As CommandParameter() _
)
Visual C++
public:
SelectCommand(
	ItemMapping^ mapping, 
	String^ commandText, 
	... array<CommandParameter^>^ parameters
)

Parameters

mapping
Type: Simol..::..ItemMapping
The item mapping.
commandText
Type: System..::..String
The command text.
parameters
Type: array<Simol..::..CommandParameter>[]()[][]
The parameters.

See Also