The default CommandType to be used by CommandType property when the DBCommand is initialized.
[Visual Basic] Protected cmdType As CommandType [C#] protected CommandType cmdType; [C++] protected: CommandType cmdType; [JScript] protected var cmdType : CommandType;
DBCommand Class | DBCommand Members | System.Data.Internal Namespace