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 public TEntity Execute(
string executionProfile
)
Parameters
- executionProfile
- Type: SystemString
Return Value
Type:
TEntitySee Also