List the URIs of the named graphs contained in the specified store
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public IEnumerable<string> ListNamedGraphs(
	string storeName
)  | 
| Visual Basic | 
|---|
Public Function ListNamedGraphs ( 
	storeName As String
) As IEnumerable(Of String)  | 
| Visual C++ | 
|---|
public:
virtual IEnumerable<String^>^ ListNamedGraphs(
	String^ storeName
) sealed  | 
| F# | 
|---|
abstract ListNamedGraphs : 
        storeName : string -> IEnumerable<string> 
override ListNamedGraphs : 
        storeName : string -> IEnumerable<string>  | 
Parameters
- storeName
 - Type: System..::..String
The name of the store 
Return Value
Type: 
IEnumerable<(Of <(<'String>)>)>An enumeration of the URI identifiers of the named graphs in the store.
Implements
IBrightstarService..::..ListNamedGraphs(String)
See Also