SetDbStatementForText
This property indicates whether or not to instrument SQL queries when command type is of Text type (CommandType.Text).
Declaration
// C#
public bool SetDbStatementForText { get; set; }Return Value
A bool.
Remarks
Default value is false.