Click or drag to resize

MapperInsertAsyncT Method (T, String, CqlQueryOptions)

Inserts the specified POCO in Cassandra using the provided execution profile.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task InsertAsync<T>(
	T poco,
	string executionProfile,
	CqlQueryOptions queryOptions = null
)

Parameters

poco
Type: T
executionProfile
Type: SystemString
queryOptions (Optional)
Type: Dse.MappingCqlQueryOptions

Type Parameters

T

Return Value

Type: Task

Implements

IMapperInsertAsyncT(T, String, CqlQueryOptions)
See Also