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!

ADOCommand.CommandBehavior

Gets or sets the behavior the ADOCommand is to exhibit when executed.

[Visual Basic]
Overridable Public Property CommandBehavior As DBCommandBehavior
[C#]
public DBCommandBehavior CommandBehavior {override get; override
   set;}
[C++]
public: __property virtual DBCommandBehavior get_CommandBehavior();
public: __property virtual void set_CommandBehavior(DBCommandBehavior);
[JScript]
public function get CommandBehavior() : DBCommandBehavior;
public function set CommandBehavior(DBCommandBehavior);

Property Value

One of the DBCommandBehavior values. The default is 0.

See Also

ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace | CommandText | CommandTimeout | CommandType | RowFetchCount | ActiveConnection | NamedParameters