Table of Contents

Class Db4NetSettings

Namespace
IceCoffee.Db4Net
Assembly
IceCoffee.Db4Net.dll

Represents the settings for Db4Net.

public class Db4NetSettings
Inheritance
Db4NetSettings
Inherited Members

Properties

ParameterNamePrefix

Gets or sets the prefix for automatically generated parameter names. The default value is "p".

public string ParameterNamePrefix { get; set; }

Property Value

string

ReuseParameters

Gets or sets a value indicating whether to reuse DbParameter objects. The default value is true.

public bool ReuseParameters { get; set; }

Property Value

bool

SqlCaptureMode

Gets or sets the SQL capture mode. The default value is OnlyDebuggerAttached.

public SqlCaptureMode SqlCaptureMode { get; set; }

Property Value

SqlCaptureMode