Click or drag to resize
StatementTimestamp Property
Gets the timestamp associated with this statement execution.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public Nullable<DateTimeOffset> Timestamp { get; }

Property Value

Type: NullableDateTimeOffset

Implements

IStatementTimestamp
See Also