Click or drag to resize

CqlQueryBaseTEntityExecute Method

Evaluates the Linq query, executes the cql statement and adapts the results.

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public IEnumerable<TEntity> Execute()

Return Value

Type: IEnumerableTEntity
See Also