Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

Tortuga.Chain.Appenders Namespace

Classes


  Class Description
Public class Appender<(Of <(<'TResult>)>)>
An appender modifies the execution chain of an operation, usually by performing an action just before or after the database call.
Public class Appender<(Of <(<'TIn, TOut>)>)>
An appender modifies the execution chain of an operation, usually by performing an action just before or after the database call. This version can convert an ILink from one type to another.