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);
One of the DBCommandBehavior values. The default is 0.
DBCommand Class | DBCommand Members | System.Data.Internal Namespace