NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBCommand.cmdType

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;

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace