DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Data.Linq
SessionExtensions Class
SessionExtensions Methods
CreateBatch Method
GetTable(TEntity) Method
SessionExtensions
CreateBatch Method
Namespace:
Cassandra.Data.Linq
Assembly:
Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
Copy
public
static
Batch
CreateBatch
(
this
ISession
session
)
Parameters
session
Type:
Cassandra
ISession
Return Value
Type:
Batch
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ISession
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
SessionExtensions Class
Cassandra.Data.Linq Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2015 DataStax, All rights reserved.