Click or drag to resize

CqlQueryBaseTEntityExecute Method (String)

Evaluates the Linq query, executes the cql statement with the provided execution profile and adapts the results.

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

Parameters

executionProfile
Type: SystemString

Return Value

Type: IEnumerableTEntity
See Also