SqlBatchCommand.CommandBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
One of the CommandBehavior values, indicating options for statement execution and data retrieval.
public:
property System::Data::CommandBehavior CommandBehavior { System::Data::CommandBehavior get(); void set(System::Data::CommandBehavior value); };
public System.Data.CommandBehavior CommandBehavior { get; set; }
member this.CommandBehavior : System.Data.CommandBehavior with get, set
Public Property CommandBehavior As CommandBehavior