Mimer SQL Data Provider
CommandType Property




Mimer.Data.Client Namespace > MimerCommand Class : CommandType Property
Specifies how a command string is interpreted.
Syntax
'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.
Exceptions
ExceptionDescription
Invalid CommandType value.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members