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.CommandBehavior

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

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

Property Value

One of the DBCommandBehavior values. The default is 0.

See Also

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