MapperInsert Method |
| Name | Description | |
|---|---|---|
| InsertT(T, CqlQueryOptions) |
Inserts the specified POCO in Cassandra.
| |
| InsertT(T, Boolean, CqlQueryOptions) |
Inserts the specified POCO in Cassandra.
| |
| InsertT(T, String, CqlQueryOptions) |
Inserts the specified POCO in Cassandra using the provided execution profile.
| |
| InsertT(T, Boolean, NullableInt32, CqlQueryOptions) |
Inserts the specified POCO in Cassandra.
| |
| InsertT(T, String, Boolean, CqlQueryOptions) |
Inserts the specified POCO in Cassandra using the provided execution profile.
| |
| InsertT(T, String, Boolean, NullableInt32, CqlQueryOptions) |
Inserts the specified POCO in Cassandra using the provided execution profile.
|