Initializes a new instance of the SelectCommand class.

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

Syntax

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

Parameters

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

See Also