 | LGSPBackendCreatePersistentNamedGraph Method (IGraphModel, IGlobalVariables, String, String, String, String, String) |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0
Syntaxpublic INamedGraph CreatePersistentNamedGraph(
IGraphModel graphModel,
IGlobalVariables globalVariables,
string graphName,
string persistenceProvider,
string connectionParameters,
string persistentGraphParameters,
params string[] parameters
)
Parameters
- graphModel
- Type: de.unika.ipd.grGen.libGrIGraphModel
- globalVariables
- Type: de.unika.ipd.grGen.libGrIGlobalVariables
- graphName
- Type: SystemString
- persistenceProvider
- Type: SystemString
- connectionParameters
- Type: SystemString
- persistentGraphParameters
- Type: SystemString
- parameters
- Type: SystemString
Return Value
Type:
INamedGraphImplements
IBackendCreatePersistentNamedGraph(IGraphModel, IGlobalVariables, String, String, String, String, String)
See Also