DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Mapping
Map(TPoco) Class
Map(TPoco) Methods
CaseSensitive Method
ClusteringKey Method
Column Method
CompactStorage Method
ExplicitColumns Method
KeyspaceName Method
PartitionKey Method
TableName Method
Map
TPoco
KeyspaceName Method
Specifies that when mapping, the table name should include the keyspace. Use only if the table you are mapping is in a different keyspace than the current
ISession
.
Namespace:
Cassandra.Mapping
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
public
Map
<TPoco>
KeyspaceName
(
string
name
)
Parameters
name
Type:
System
String
Return Value
Type:
Map
TPoco
See Also
Reference
Map
TPoco
Class
Cassandra.Mapping Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.