Click or drag to resize

IPersistenceProviderOpen Method

opens the repository / connects to the repository the persistence provider can receive parameters with the connectionParameters string (typically for the underlying database) and optional additional parameters with the persistentGraphParameters string errors are reported by exception

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
void Open(
	string connectionParameters,
	string persistentGraphParameters
)

Parameters

connectionParameters
Type: SystemString
persistentGraphParameters
Type: SystemString
See Also