Initializes a new instance of the SelectCommand<(Of <(<'T>)>)> class.

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

Syntax

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

Parameters

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

See Also