Click or drag to resize

CqlConditionalCommandTEntityExecute Method (String)

Executes a conditional query with the provided execution profile and returns information whether it was applied.

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

Parameters

executionProfile
Type: SystemString

Return Value

Type: AppliedInfoTEntity
An instance of AppliedInfo{TEntity}
See Also