| CqlConditionalCommandTEntitySetTimestamp Method  | 
            Sets the timestamp associated with this statement execution.
            
 
Namespace: Cassandra.Data.LinqAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic CqlConditionalCommand<TEntity> SetTimestamp(
	DateTimeOffset timestamp
)
Parameters
- timestamp
 - Type: SystemDateTimeOffset
 
Return Value
Type: 
CqlConditionalCommandTEntityThis instance.
See Also