DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Data.Linq
Table(TEntity) Class
Table(TEntity) Methods
Insert Method
Insert Method (TEntity)
Insert Method (TEntity, Boolean)
Table
TEntity
Insert Method (
TEntity
)
Returns a new
CqlInsert
TEntity
command. Use
Execute
method to execute the query.
Namespace:
Cassandra.Data.Linq
Assembly:
Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
Copy
public
CqlInsert
<TEntity>
Insert
( TEntity
entity
)
Parameters
entity
Type:
TEntity
Return Value
Type:
CqlInsert
TEntity
See Also
Reference
Table
TEntity
Class
Insert Overload
Cassandra.Data.Linq Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2015 DataStax, All rights reserved.