CqlCommandSetTimestamp Method |
Sets the timestamp associated with this statement execution.
Namespace: Dse.Data.LinqAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax public CqlCommand SetTimestamp(
DateTimeOffset timestamp
)
Parameters
- timestamp
- Type: SystemDateTimeOffset
Return Value
Type:
CqlCommandThis instance.
See Also