Gets or sets 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. Default is 
Text 
            .NET Framework
Version 4.6.2 or later