Specifies how a command string is interpreted.
'Declaration
Public Overrides NotOverridable Property CommandType As CommandType
public override CommandType CommandType {get; set;}
public read-write property CommandType: CommandType; override;
public override function get,set CommandType : CommandType
public: __property CommandType get_CommandType() override;
public: __property void set_CommandType(
CommandType value
) override;
Property Value
A
CommandType value that specifies how to interpret the
CommandText.
.NET Framework
Version 2.0 or later