Click or drag to resize
SessionPrepareAsync Method (String)
Prepares the provided query string asynchronously.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public Task<PreparedStatement> PrepareAsync(
	string query
)

Parameters

query
Type: SystemString

Return Value

Type: TaskPreparedStatement

Implements

ISessionPrepareAsync(String)
See Also