Exemple #1
0
 /// <summary>
 /// Sets the timestamp associated with this statement execution.
 /// </summary>
 /// <returns>This instance.</returns>
 public new CqlConditionalCommand <TEntity> SetTimestamp(DateTimeOffset timestamp)
 {
     _origin.SetTimestamp(timestamp);
     return(this);
 }