Click or drag to resize
Mapper.Insert<T> Method (T, Boolean, Nullable<Int32>, CqlQueryOptions)

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
public void Insert<T>(
	T poco,
	bool insertNulls,
	Nullable<int> ttl,
	CqlQueryOptions queryOptions = null
)

Parameters

poco
Type: T
insertNulls
Type: System.Boolean
ttl
Type: System.Nullable<Int32>
queryOptions (Optional)
Type: Dse.Mapping.CqlQueryOptions

Type Parameters

T

Implements

ICqlWriteClient.Insert<T>(T, Boolean, Nullable<Int32>, CqlQueryOptions)
See Also