Click or drag to resize

MetadataGetTables Method

Returns names of all tables which are defined within specified keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ICollection<string> GetTables(
	string keyspace
)

Parameters

keyspace
Type: SystemString
the name of the keyspace for which all tables metadata should be returned.

Return Value

Type: ICollectionString
an ICollection of the metadata for the tables defined in this keyspace.
See Also