Click or drag to resize

CqlScalarTEntityExecuteAsync Method (String)

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

Parameters

executionProfile
Type: SystemString

Return Value

Type: TaskTEntity
See Also