Gets or sets the type of query to execute.

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public CommandType CommandType { get; set; }
Visual Basic (Declaration)
Public Property CommandType As CommandType
Visual C++
public:
property CommandType CommandType {
	CommandType get ();
	void set (CommandType value);
}

See Also