Click or drag to resize

CqlQuerySingleElementTEntityExecute Method

Evaluates the Linq query, executes the cql statement and returns the first result.

Namespace:  Cassandra.Data.Linq
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public TEntity Execute()

Return Value

Type: TEntity
See Also