Click or drag to resize

MetadataGetKeyspaces Method

Returns a collection of all defined keyspaces names.

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

Return Value

Type: ICollectionString
a collection of all defined keyspaces names.
See Also