ICommandObserver
Namespace: FSharp.ORM
Represents a System.Data.Common.DbCommand Observer.
Instance members
Instance member | Description |
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.
|