Click or drag to resize
Statement.SetTimestamp Method
Sets the timestamp associated with this statement execution. If provided, this will replace the server side assigned timestamp as default timestamp. Note that a timestamp in the query itself will still override this timestamp.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public IStatement SetTimestamp(
	DateTimeOffset value
)

Parameters

value
Type: System.DateTimeOffset

Return Value

Type: IStatement

Implements

IStatement.SetTimestamp(DateTimeOffset)
See Also