Click or drag to resize
CqlConditionalCommandTEntitySetTimestamp Method
Sets the timestamp associated with this statement execution.

Namespace: Cassandra.Data.Linq
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public CqlConditionalCommand<TEntity> SetTimestamp(
	DateTimeOffset timestamp
)

Parameters

timestamp
Type: SystemDateTimeOffset

Return Value

Type: CqlConditionalCommandTEntity
This instance.
See Also