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 Properties

The properties of the DBCommand class are listed below. For a complete list of DBCommand class members, see the DBCommand Members topic.

Public:

CommandBehavior Gets or sets the behavior the DBCommand is to exhibit when executed.
CommandText Gets or sets the text command to run against the data source.
CommandType Gets or sets how the CommandText property is to be interpreted.
UpdatedRowSource Gets or sets how command results are to be applied to the current DataRow, when used by the Update method of a DBDataSetCommand.

See Also

DBCommand Class | System.Data.Internal Namespace