IMapper.Insert<T> Method (T, String, CqlQueryOptions) |
Inserts the specified POCO in Cassandra using the provided execution profile.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax void Insert<T>(
T poco,
string executionProfile,
CqlQueryOptions queryOptions = null
)
Parameters
- poco
- Type: T
- executionProfile
- Type: System.String
- queryOptions (Optional)
- Type: Cassandra.Mapping.CqlQueryOptions
Type Parameters
- T
See Also