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

MaterializerUtilities..::..CheckUpdateRowCount<(Of <(<'T>)>)> Method (T, UpdateOptions)

Checks the update row count.

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

Syntax


public static T CheckUpdateRowCount<T>(
	this T executionToken,
	UpdateOptions updateOptions
)
where T : ExecutionToken, ExecutionToken
<ExtensionAttribute> _
Public Shared Function CheckUpdateRowCount(Of T As {ExecutionToken, ExecutionToken}) ( _
	executionToken As T, _
	updateOptions As UpdateOptions _
) As T
[ExtensionAttribute]
public:
generic<typename T>
where T : ExecutionToken, ExecutionToken
static T CheckUpdateRowCount(
	T executionToken, 
	UpdateOptions^ updateOptions
)

Type Parameters

T

Parameters

executionToken
Type: T
The execution token.
updateOptions
Type: Tortuga.Chain..::..UpdateOptions
The update options.

Return Value

The execution token with an attached event handler.