DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra
KeyspaceMetadata Class
KeyspaceMetadata Methods
AsCqlQuery Method
ExportAsString Method
GetAggregate Method
GetFunction Method
GetMaterializedViewMetadata Method
GetTableMetadata Method
GetTablesMetadata Method
GetTablesNames Method
KeyspaceMetadata
AsCqlQuery Method
Returns a CQL query representing this keyspace. This method returns a single 'CREATE KEYSPACE' query with the options corresponding to this name definition.
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
public
string
AsCqlQuery
()
Return Value
Type:
String
the 'CREATE KEYSPACE' query corresponding to this name. #ExportAsString
See Also
Reference
KeyspaceMetadata Class
Cassandra Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.