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!

SQLCommand Properties

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

Public:

ActiveConnection Gets or sets the SQLConnection used by this instance of the SQLCommand.
CommandBehavior Gets or sets the behavior the SQLCommand is to exhibit when executed.
CommandText Gets or sets the SQL text command to run against the data source.
CommandTimeout Gets or sets the wait time before terminating the attempt to connect and generating an error.
CommandType Gets or sets how the CommandText property is to be interpreted.
Parameters Gets the collection of SQLParameters.
UpdatedRowSource (inherited from DBCommand) 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

SQLCommand Class | System.Data.SQL Namespace