Gets or sets the command type of the
SqlQuery.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property CommandType As CommandType |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SqlQuery
Dim value As CommandType
instance.CommandType = value
value = instance.CommandType
|
| C# | |
|---|
public CommandType CommandType {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property CommandType get_CommandType();
public: __property void set_CommandType(
CommandType value
); |
| C++/CLI | |
|---|
public:
property CommandType CommandType {
CommandType get();
void set (CommandType value);
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also