Click or drag to resize

MapperInsertAsync Method

Overload List
  NameDescription
Public methodInsertAsyncT(T, CqlQueryOptions)
Inserts the specified POCO in Cassandra.
Public methodInsertAsyncT(T, Boolean, CqlQueryOptions)
Inserts the specified POCO in Cassandra.
Public methodInsertAsyncT(T, String, CqlQueryOptions)
Inserts the specified POCO in Cassandra using the provided execution profile.
Public methodInsertAsyncT(T, Boolean, NullableInt32, CqlQueryOptions)
Inserts the specified POCO in Cassandra.
Public methodInsertAsyncT(T, String, Boolean, CqlQueryOptions)
Inserts the specified POCO in Cassandra using the provided execution profile.
Public methodInsertAsyncT(T, String, Boolean, NullableInt32, CqlQueryOptions)
Inserts the specified POCO in Cassandra using the provided execution profile.
Top
See Also