FSharp.ORM


ICommandObserver

Namespace: FSharp.ORM

Represents a System.Data.Common.DbCommand Observer.

Instance members

Instance memberDescription
NotifyExecuted(command, userState)
Signature: (command:IDbCommand * userState:obj) -> unit
Modifiers: abstract

Notifies that System.Data.Common.DbCommand is executed.

NotifyExecuting(command, userState)
Signature: (command:IDbCommand * userState:byref<obj>) -> unit
Modifiers: abstract

Notifies that System.Data.Common.DbCommand is executing.

Fork me on GitHub