DbCommandInterceptionContext.CommandBehavior Property

Definition

The CommandBehavior that will be used or has been used to execute the command with a DbDataReader. This property is only used for ExecuteReader(CommandBehavior) and its async counterparts.

public System.Data.CommandBehavior CommandBehavior { get; }
member this.CommandBehavior : System.Data.CommandBehavior
Public ReadOnly Property CommandBehavior As CommandBehavior

Property Value

Applies to