Returns a CqlQuery which after execution will return the first element of a sequence,
or a default value if the sequence contains no elements.
To execute this CqlQuery use Execute() method.
Namespace:Cassandra.Data.Linq Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Type: CqlQuerySingleElementTSource a CqlQuery<TSource> which after execution will return default(TSource) if source is empty,
otherwise the first element in source.