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 public AppliedInfo<TEntity> Execute(
string executionProfile
)
Parameters
- executionProfile
- Type: SystemString
Return Value
Type:
AppliedInfoTEntityAn instance of AppliedInfo{TEntity}
See Also