The QueryCommandConfig class is used to combine an SQL statment, associated parameters and CommandBehavior into a single object

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

Syntax

C#
public CommandBehavior Behavior
Visual Basic (Declaration)
Public Behavior As CommandBehavior
Visual C++
public:
CommandBehavior Behavior

See Also