Click or drag to resize

IStorageProviderParentServer Property

Gets the Parent Server on which this store is hosted (if any).

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IStorageServer ParentServer { get; }

Property Value

Type: IStorageServer
Remarks

For storage backends which support multiple stores this is useful because it provides a way to access all the stores on that backend. For stores which are standalone they should simply return null.

See Also