IMapperInsertT 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 void Insert<T>(
T poco,
string executionProfile,
CqlQueryOptions queryOptions = null
)
Parameters
- poco
- Type: T
- executionProfile
- Type: SystemString
- queryOptions (Optional)
- Type: Dse.MappingCqlQueryOptions
Type Parameters
- T
See Also