Click or drag to resize

QueryOptionsSetDefaultIdempotence Method

Sets the default idempotence for all queries.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public QueryOptions SetDefaultIdempotence(
	bool idempotence
)

Parameters

idempotence
Type: SystemBoolean

Return Value

Type: QueryOptions
See Also