SetDbStatementForStoredProcedure

This property indicates whether or not to instrument stored procedure and function names when the command type is for a stored procedure (CommandType.StoredProcedure).

Declaration

// C#
public bool SetDbStatementForStoredProcedure { get; set; }

Return Value

A bool.

Remarks

Default value is true.