CqlConditionalCommandTEntitySetTimestamp Method |
Sets the timestamp associated with this statement execution.
Namespace:
Dse.Data.Linq
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public CqlConditionalCommand<TEntity> SetTimestamp(
DateTimeOffset timestamp
)
Parameters
- timestamp
- Type: SystemDateTimeOffset
Return Value
Type:
CqlConditionalCommandTEntityThis instance.
See Also