Returns the list of graphs to query

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
IList<string> GetDataset()
Visual Basic
Function GetDataset As IList(Of String)
Visual C++
IList<String^>^ GetDataset()
F#
abstract GetDataset : unit -> IList<string> 

Return Value

Type: IList<(Of <(<'String>)>)>

[Missing <returns> documentation for "M:BrightstarDB.Client.IDataObjectStore.GetDataset"]

See Also