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

ProcedureDbCommandBuilder<(Of <(<'TCommand, TParameter>)>)>..::..AsOutputs<(Of <(<'TObject>)>)> Method

Captures the output parameters and use them to populate a new object.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public ILink<TObject> AsOutputs<TObject>()
Public Function AsOutputs(Of TObject) As ILink(Of TObject)
public:
generic<typename TObject>
ILink<TObject>^ AsOutputs()

Type Parameters

TObject
The type that will hold the output parameters.

Return Value

The output parameters as an object.

Remarks


This will throw an exception if there are no output parameters.