Click or drag to resize

CqlQuerySingleElementTEntityExecute Method (String)

Evaluates the Linq query, executes the cql statement with the provided execution profile and returns the first result.

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

Parameters

executionProfile
Type: SystemString

Return Value

Type: TEntity
See Also