Initializes a new instance of the QueryCommandConfig class

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public QueryCommandConfig(
	string Sql
)
Visual Basic (Declaration)
Public Sub New ( _
	Sql As String _
)
Visual C++
public:
QueryCommandConfig(
	String^ Sql
)

Parameters

Sql
Type: System..::.String

The SQL statement

See Also