SQLProvider

SqlEventData Type

Record fields

Record Field Description

Command

Full Usage: Command

Field type: string

The text of the SQL command being executed.

Field type: string

ConnectionStringHash

Full Usage: ConnectionStringHash

Field type: byte[]

The SHA256 hash of the UTF8-encoded connection string used to perform this command. Use this to determine on which database connection the command is going to be executed.

Field type: byte[]

Parameters

Full Usage: Parameters

Field type: (string * obj) seq

The parameters (if any) passed to the SQL command being executed.

Field type: (string * obj) seq

Instance members

Instance member Description

this.ToRawSql

Full Usage: this.ToRawSql

Returns: string

Use this to execute similar queries to test the result of the executed query.

Returns: string

this.ToRawSqlWithParamInfo

Full Usage: this.ToRawSqlWithParamInfo

Returns: string
Returns: string

Type something to start searching.