Click or drag to resize

CqlCommandExecute Method (String)

Executes the command using the ISession with the provided execution profile.

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

Parameters

executionProfile
Type: SystemString

Return Value

Type: RowSet
See Also