Mimer SQL Data Provider
CommandType Property (MimerBatchCommand)




Mimer.Data.Client Namespace > MimerBatchCommand Class : CommandType Property
Gets or sets 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. Default is Text
Exceptions
ExceptionDescription
Invalid CommandType value.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommand Class
MimerBatchCommand Members